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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 中???[ | 100100101000011000111111001111110011111101011011 | 92863f3f3f5b |
EUC-JP | 中?珽?[ | 1100001111100110001111111000111111001011111111100011111101011011 | c3e63f8fcbfe3f5b |
UTF-8 | 中렏珽렪[ | 11100100101110001010110111101011101000001000111111100111100011111011110111101011101000001010101001011011 | e4b8adeba08fe78fbdeba0aa5b |
UHC | 中렏珽렪[ | 111100011110100110001110101001011110111111101010100011101011100001011011 | f1e98ea5efea8eb85b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)