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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 陰μ?h | 100010010100000110000011110010100011111101101000 | 894183ca3f68 |
EUC-JP | 陰μ?h | 101100011010001010100110110011000011111101101000 | b1a2a6cc3f68 |
UTF-8 | 陰μ넔h | 111010011001100110110000110011101011110011101011100001001001010001101000 | e999b0cebceb849468 |
UHC | 陰μ넔h | 11101011111001001010010111101100100001101001110101101000 | ebe4a5ec869d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)