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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 至?帝? | 100011101000101000111111100100101110100100111111 | 8e8a3f92e93f |
EUC-JP | 至?帝? | 101110111110101000111111110001001110101100111111 | bbea3fc4eb3f |
UTF-8 | 至렔帝렞 | 111010001000011110110011111010111010000010010100111001011011100010011101111010111010000010011110 | e887b3eba094e5b89deba09e |
UHC | 至렔帝렞 | 1111001010111000100011101010100111110000101010001000111010101111 | f2b88ea9f0a88eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)