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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 歙隆t | 1001111101011111100101111011001001110100 | 9f5f97b274 |
EUC-JP | 歙隆t | 1101110111000000110011101011010001110100 | ddc0ceb474 |
UTF-8 | 歙隆t | 11100110101011011001100111101001100110101000011001110100 | e6ad99e99a8674 |
UHC | ?隆t | 00111111110101111100110001110100 | 3fd7cc74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)