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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 趙?[ | 11100110111000100011111101011011 | e6e23f5b |
EUC-JP | 趙?[ | 11101100111001000011111101011011 | ece43f5b |
UTF-8 | 趙핵[ | 11101000101101101001100111101101100101011011010101011011 | e8b699ed95b55b |
UHC | 趙핵[ | 1111000011100001110001111101100101011011 | f0e1c7d95b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)