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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鐘ルスヌェB | 10001111111000001101100110111101110001111010101001000010 | 8fe0d9bdc7aa42 |
EUC-JP | 鐘ルスヌェB | 1011111011100010100011101101100110001110101111011000111011000111100011101010101001000010 | bee28ed98ebd8ec78eaa42 |
UTF-8 | 鐘ルスヌェB | 11101001100100001001100011101111101111101001100111101111101111011011110111101111101111101000011111101111101111011010101001000010 | e99098efbe99efbdbdefbe87efbdaa42 |
UHC | 鐘????B | 11110001101001000011111100111111001111110011111101000010 | f1a43f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)