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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鐘ルスネB | 100011111110000011011001101111011100100001000010 | 8fe0d9bdc842 |
EUC-JP | 鐘ルスネB | 101111101110001010001110110110011000111010111101100011101100100001000010 | bee28ed98ebd8ec842 |
UTF-8 | 鐘ルスネB | 11101001100100001001100011101111101111101001100111101111101111011011110111101111101111101000100001000010 | e99098efbe99efbdbdefbe8842 |
UHC | 鐘???B | 111100011010010000111111001111110011111101000010 | f1a43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)