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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 瓦瓦B | 1000101010100010100010101010001001000010 | 8aa28aa242 |
EUC-JP | 瓦瓦B | 1011010010100100101101001010010001000010 | b4a4b4a442 |
UTF-8 | 瓦瓦B | 11100111100100111010011011100111100100111010011001000010 | e793a6e793a642 |
UHC | 瓦瓦B | 1110100010111111111010001011111101000010 | e8bfe8bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)