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 | 螳」闊檎吹 | 111001011010111010100011111010001000100010001100111001111001000010000001 | e5aea3e8888ce79081 |
EUC-JP | 螳」闊檎吹 | 11101010101100001000111010100011111011111110100010111000111010011011111111100001 | eab08ea3efe8b8e9bfe1 |
UTF-8 | 螳」闊檎吹 | 111010001001111010110011111011111011110110100011111010011001011110001010111001101010101010001110111001011001000010111001 | e89eb3efbda3e9978ae6aa8ee590b9 |
UHC | 螳?闊檎吹 | 110100111101100100111111111111001100010011010000110101011111011010100011 | d3d93ffcc4d0d5f6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)