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 | 嶸??徇? | 11111010101101000011111100111111100111000110110100111111 | fab43f3f9c6d3f |
EUC-JP | 嶸??徇? | 1000111110111011111101000011111100111111110101111100111000111111 | 8fbbf43f3fd7ce3f |
UTF-8 | 嶸뗧쥈徇숃 | 111001011011011010111000111010111001011110100111111011001010010110001000111001011011111010000111111011001000100010000011 | e5b6b8eb97a7eca588e5be87ec8883 |
UHC | 嶸뗧쥈徇숃 | 11100111101011101000101111100111101000101000000111100010110111111001100111101000 | e7ae8be7a281e2df99e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)