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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 匙恃h | 1000110111111010100111001001010001101000 | 8dfa9c9468 |
EUC-JP | 匙恃h | 1011101011111100110101111111010001101000 | bafcd7f468 |
UTF-8 | 匙恃h | 11100101100011001001100111100110100000011000001101101000 | e58c99e6818368 |
UHC | 匙恃h | 1110001110110101111000111011111001101000 | e3b5e3be68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)