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 | ??[??L | 001111110011111101011011001111110011111101001100 | 3f3f5b3f3f4c |
SJIS-WIN | 嶸ェ[嶸ェL | 1111101010110100101010100101101111111010101101001010101001001100 | fab4aa5bfab4aa4c |
EUC-JP | 嶸ェ[嶸ェL | 100011111011101111110100100011101010101001011011100011111011101111110100100011101010101001001100 | 8fbbf48eaa5b8fbbf48eaa4c |
UTF-8 | 嶸ェ[嶸ェL | 1110010110110110101110001110111110111101101010100101101111100101101101101011100011101111101111011010101001001100 | e5b6b8efbdaa5be5b6b8efbdaa4c |
UHC | 嶸?[嶸?L | 1110011110101110001111110101101111100111101011100011111101001100 | e7ae3f5be7ae3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)