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 | âmzâmzB | 11100010011011010111101011100010011011010111101001000010 | e26d7ae26d7a42 |
SJIS-WIN | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
EUC-JP | âmzâmzB | 1000111110101011101001000110110101111010100011111010101110100100011011010111101001000010 | 8faba46d7a8faba46d7a42 |
UTF-8 | âmzâmzB | 110000111010001001101101011110101100001110100010011011010111101001000010 | c3a26d7ac3a26d7a42 |
UHC | ?mz?mzB | 00111111011011010111101000111111011011010111101001000010 | 3f6d7a3f6d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)