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 | 酌酌^ | 100011101101111011110011110111101000111011011110111100111101110001011110 | 8edef3de8edef3dc5e |
EUC-JP | 酌?酌?^ | 10111100111000000011111110111100111000000011111101011110 | bce03fbce03f5e |
UTF-8 | 酌酌^ | 11101001100001011000110011101110100010111001000111101001100001011000110011101110100010111000111101011110 | e9858cee8b91e9858cee8b8f5e |
UHC | 酌?酌?^ | 11101101110011000011111111101101110011000011111101011110 | edcc3fedcc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)