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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 中?中?^ | 10010010100001100011111110010010100001100011111101011110 | 92863f92863f5e |
EUC-JP | 中?中?^ | 11000011111001100011111111000011111001100011111101011110 | c3e63fc3e63f5e |
UTF-8 | 中쁩中쁠^ | 11100100101110001010110111101100100000011010100111100100101110001010110111101100100000011010000001011110 | e4b8adec81a9e4b8adec81a05e |
UHC | 中쁩中쁠^ | 111100011110100110111011110111101111000111101001101110111101110001011110 | f1e9bbdef1e9bbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)