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 | ??¿? | 00111111001111111011111100111111 | 3f3fbf3f |
SJIS-WIN | 閻??繹 | 111010001000010100111111001111111110001110001000 | e8853f3fe388 |
EUC-JP | 閻?¿繹 | 1110111111100101001111111000111110100010110001001110010111101000 | efe53f8fa2c4e5e8 |
UTF-8 | 閻녺¿繹 | 1110100110010110101110111110101110000101101110101100001010111111111001111011100110111001 | e996bbeb85bac2bfe7b9b9 |
UHC | 閻녺¿繹 | 1110011110100010100001101110011110100010101011111110011010111010 | e7a286e7a2afe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)