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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 閻??B | 1110100010000101001111110011111101000010 | e8853f3f42 |
EUC-JP | 閻??B | 1110111111100101001111110011111101000010 | efe53f3f42 |
UTF-8 | 閻띻폑B | 11101001100101101011101111101011100111011011101111101101100011111001000101000010 | e996bbeb9dbbed8f9142 |
UHC | 閻띻폑B | 11100111101000101000110111101010101111001001101101000010 | e7a28deabc9b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)