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 | 嶸섊땮 | 111001011011011010111000111011001000010010001010111010111001010110101110 | e5b6b8ec848aeb95ae |
UHC | 嶸섊땮 | 111001111010111010011000111001111000101110000100 | e7ae98e78b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)