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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 吟?H | 10001011111000010011111101001000 | 8be13f48 |
EUC-JP | 吟?H | 10110110111000110011111101001000 | b6e33f48 |
UTF-8 | 吟耭H | 11100101100100001001111111101000100000001010110101001000 | e5909fe880ad48 |
UHC | 吟耭H | 1110101111100001110100011011111001001000 | ebe1d1be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)