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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 魵治P | 1111110001000001100011101010000101010000 | fc418ea150 |
EUC-JP | 魵治P | 100011111110101011001101101111001010001101010000 | 8feacdbca350 |
UTF-8 | 魵治P | 11101001101011011011010111100110101100101011101101010000 | e9adb5e6b2bb50 |
UHC | ?治P | 00111111111101101011110101010000 | 3ff6bd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)