To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
EUC-JP | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
UTF-8 | 걨갟z걨갟zB | 111010101011000110101000111010101011000010011111011110101110101010110001101010001110101010110000100111110111101001000010 | eab1a8eab09f7aeab1a8eab09f7a42 |
UHC | 걨갟z걨갟zB | 1000000110010001100000010100110001111010100000011001000110000001010011000111101001000010 | 8191814c7a8191814c7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)