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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 溏鶻x | 1001111111101101111010100101001001111000 | 9fedea5278 |
EUC-JP | 溏鶻x | 1101111011101111111100111011001101111000 | deeff3b378 |
UTF-8 | 溏鶻x | 11100110101110101000111111101001101101101011101101111000 | e6ba8fe9b6bb78 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)