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 | ?H | 0011111101001000 | 3f48 |
SJIS-WIN | ?H | 0011111101001000 | 3f48 |
EUC-JP | 搢H | 10001111110000001100111101001000 | 8fc0cf48 |
UTF-8 | 搢H | 11100110100100001010001001001000 | e690a248 |
UHC | 搢H | 111100101100101001001000 | f2ca48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)