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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝓ゼ蝓ゼ^ | 111001011001111110000011010110111110010110011111100000110101101101011110 | e59f835be59f835b5e |
EUC-JP | 蝓ゼ蝓ゼ^ | 111010101010000110100101101111001110101010100001101001011011110001011110 | eaa1a5bceaa1a5bc5e |
UTF-8 | 蝓ゼ蝓ゼ^ | 11101000100111011001001111100011100000101011110011101000100111011001001111100011100000101011110001011110 | e89d93e382bce89d93e382bc5e |
UHC | ?ゼ?ゼ^ | 00111111101010111011110000111111101010111011110001011110 | 3fabbc3fabbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)