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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韜呵ュ麓 | 11101000111010011001100111101000101011011001100001011011 | e8e999e8ad985b |
EUC-JP | 韜呵ュ麓 | 1111000011101011110100101110101010001110101011011100111110111100 | f0ebd2ea8eadcfbc |
UTF-8 | 韜呵ュ麓 | 111010011001111110011100111001011001000110110101111011111011110110101101111010011011101010010011 | e99f9ce591b5efbdade9ba93 |
UHC | 韜呵?麓 | 11010100101101111100101010100111001111111101011011100100 | d4b7caa73fd6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)