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 | 鞴、驥溽ケ占 | 11101000111001001010010011101001100001111001111111100111101110011001000011101000 | e8e4a4e9879fe7b990e8 |
EUC-JP | 鞴、驥溽ケ占 | 111100001110011010001110101001001111000111100111110111101110100110001110101110011100000011101010 | f0e68ea4f1e7dee98eb9c0ea |
UTF-8 | 鞴、驥溽ケ占 | 111010011001111010110100111011111011110110100100111010011010100110100101111001101011101010111101111011111011110110111001111001011000110110100000 | e99eb4efbda4e9a9a5e6babdefbdb9e58da0 |
UHC | ??驥??占 | 0011111100111111110100011100101000111111001111111110111110111111 | 3f3fd1ca3f3fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)