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 | 倏縣 | 11100000110001011110001101110000 | e0c5e370 |
EUC-JP | 倏縣 | 11100000110001111110010111010001 | e0c7e5d1 |
UTF-8 | 倏縣 | 111001011000000010001111111001111011100010100011 | e5808fe7b8a3 |
UHC | ?縣 | 001111111111101011100011 | 3ffae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)