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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 繞遂 | 11100011100001011001000010001011 | e385908b |
EUC-JP | 繞遂 | 11100101111001011011111111101011 | e5e5bfeb |
UTF-8 | 繞遂 | 111001111011100110011110111010011000000110000010 | e7b99ee98182 |
UHC | 繞遂 | 11101001101001001110001011000100 | e9a4e2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)