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 | ??SB | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 軏戎SB | 111110111011001010001111010111100101001101000010 | fbb28f5e5342 |
EUC-JP | 軏戎SB | 10001111111000001101100110111101101111110101001101000010 | 8fe0d9bdbf5342 |
UTF-8 | 軏戎SB | 1110100010111011100011111110011010001000100011100101001101000010 | e8bb8fe6888e5342 |
UHC | ?戎SB | 0011111111101011110101000101001101000010 | 3febd45342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)