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 | 10010001101011010011111101000010 | 91ad3f42 |
EUC-JP | 俗?B | 11000010101011110011111101000010 | c2af3f42 |
UTF-8 | 俗稶B | 11100100101111111001011111100111101010001011011001000010 | e4bf97e7a8b642 |
UHC | 俗稶B | 1110000111010100111010011111001101000010 | e1d4e9f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)