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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭???醍 | 10001101110101010011111100111111001111111001000111100111 | 8dd53f3f3f91e7 |
EUC-JP | 祭?檉?醍 | 101110101101011100111111100011111100010110111011001111111100001011101001 | bad73f8fc5bb3fc2e9 |
UTF-8 | 祭렢檉렧醍 | 111001111010010110101101111010111010000010100010111001101010101010001001111010111010000010100111111010011000011010001101 | e7a5adeba0a2e6aa89eba0a7e9868d |
UHC | 祭렢檉렧醍 | 11110000101011101000111010110011111011111110000010001110101101101111000010110101 | f0ae8eb3efe08eb6f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)