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 | 10001111111000001101100110111101110010000100000001101000 | 8fe0d9bdc84068 |
EUC-JP | 鐘ルスネ@h | 10111110111000101000111011011001100011101011110110001110110010000100000001101000 | bee28ed98ebd8ec84068 |
UTF-8 | 鐘ルスネ@h | 1110100110010000100110001110111110111110100110011110111110111101101111011110111110111110100010000100000001101000 | e99098efbe99efbdbdefbe884068 |
UHC | 鐘???@h | 11110001101001000011111100111111001111110100000001101000 | f1a43f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)