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 | 祭???爭 | 10001101110101010011111100111111001111111110000010100101 | 8dd53f3f3fe0a5 |
EUC-JP | 祭泮??爭 | 101110101101011110001111110001111010100000111111001111111110000010100111 | bad78fc7a83f3fe0a7 |
UTF-8 | 祭泮렢렕爭 | 111001111010010110101101111001101011001110101110111010111010000010100010111010111010000010010101111001111000100010101101 | e7a5ade6b3aeeba0a2eba095e788ad |
UHC | 祭泮렢렕爭 | 11110000101011101101101011101010100011101011001110001110101010101110111010110011 | f0aedaea8eb38eaaeeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)