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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嶸?? | 11111010101101000011111100111111 | fab43f3f |
EUC-JP | 嶸?? | 1000111110111011111101000011111100111111 | 8fbbf43f3f |
UTF-8 | 嶸륃뼃 | 111001011011011010111000111010111010010110000011111010111011110010000011 | e5b6b8eba583ebbc83 |
UHC | 嶸륃뼃 | 111001111010111010001111111011101001011010001101 | e7ae8fee968d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)