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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 至?紙?紙? | 100011101000101000111111100011101000011000111111100011101000011000111111 | 8e8a3f8e863f8e863f |
EUC-JP | 至?紙?紙? | 101110111110101000111111101110111110011000111111101110111110011000111111 | bbea3fbbe63fbbe63f |
UTF-8 | 至렮紙렒紙렟 | 111010001000011110110011111010111010000010101110111001111011010010011001111010111010000010010010111001111011010010011001111010111010000010011111 | e887b3eba0aee7b499eba092e7b499eba09f |
UHC | 至렮紙렒紙렟 | 111100101011100010001110101110111111001010110101100011101010011111110010101101011000111010110000 | f2b88ebbf2b58ea7f2b58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)