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 | 螂ス逶シ嶸 | 1110010110100101101111011110011110011011101111001111101010110100 | e5a5bde79bbcfab4 |
EUC-JP | 螂ス逶シ嶸 | 1110101010100111100011101011110111101101111110111000111010111100100011111011101111110100 | eaa78ebdedfb8ebc8fbbf4 |
UTF-8 | 螂ス逶シ嶸 | 111010001001111010000010111011111011110110111101111010011000000010110110111011111011110110111100111001011011011010111000 | e89e82efbdbde980b6efbdbce5b6b8 |
UHC | 螂???嶸 | 11010101110011000011111100111111001111111110011110101110 | d5cc3f3f3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)