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 | BMBMB | 10011010010000100100110110011010010000100100110101000010 | 9a424d9a424d42 |
SJIS-WIN | ?BM?BMB | 00111111010000100100110100111111010000100100110101000010 | 3f424d3f424d42 |
EUC-JP | ?BM?BMB | 00111111010000100100110100111111010000100100110101000010 | 3f424d3f424d42 |
UTF-8 | BMBMB | 110000101001101001000010010011011100001010011010010000100100110101000010 | c29a424dc29a424d42 |
UHC | ?BM?BMB | 00111111010000100100110100111111010000100100110101000010 | 3f424d3f424d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)