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 | ???BT???C | 001111110011111100111111010000100101010000111111001111110011111101000011 | 3f3f3f42543f3f3f43 |
SJIS-WIN | ???BT???C | 001111110011111100111111010000100101010000111111001111110011111101000011 | 3f3f3f42543f3f3f43 |
EUC-JP | ???BT???C | 001111110011111100111111010000100101010000111111001111110011111101000011 | 3f3f3f42543f3f3f43 |
UTF-8 | 첬쨈짧BT첬쨈짧C | 111011001011001010101100111011001010100010001000111011001010011110100111010000100101010011101100101100101010110011101100101010001000100011101100101001111010011101000011 | ecb2aceca888eca7a74254ecb2aceca888eca7a743 |
UHC | 첬쨈짧BT첬쨈짧C | 110000111011101011000010101101001100001010101010010000100101010011000011101110101100001010110100110000101010101001000011 | c3bac2b4c2aa4254c3bac2b4c2aa43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)