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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 襍ヲ逍セ@h | 1110100010110101101001101110011110010110101111100100000001101000 | e8b5a6e796be4068 |
EUC-JP | 襍ヲ逍セ@h | 11110000101101111000111010100110111011011111011010001110101111100100000001101000 | f0b78ea6edf68ebe4068 |
UTF-8 | 襍ヲ逍セ@h | 1110100010100101100011011110111110111101101001101110100110000000100011011110111110111101101111100100000001101000 | e8a58defbda6e9808defbdbe4068 |
UHC | ??逍?@h | 00111111001111111110000111001110001111110100000001101000 | 3f3fe1ce3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)