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 | 1110000011011110111100011100001001000010 | e0def1c242 |
EUC-JP | 玻?B | 11100000111000000011111101000010 | e0e03f42 |
UTF-8 | 玻B | 11100111100011101011101111101110100001001011110101000010 | e78ebbee84bd42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)