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 | 10010001101000010011111101000010 | 91a13f42 |
EUC-JP | 贈?B | 11000010101000110011111101000010 | c2a33f42 |
UTF-8 | 贈렰B | 11101000101101001000100011101011101000001011000001000010 | e8b488eba0b042 |
UHC | 贈렰B | 1111000111111100100011101011110101000010 | f1fc8ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)