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 | 100011111110000011011001101101001111000011000101111110110100000101000010 | 8fe0d9b4f0c5fb4142 |
EUC-JP | 鐘ルエ?涬B | 1011111011100010100011101101100110001110101101000011111110001111110001111100111101000010 | bee28ed98eb43f8fc7cf42 |
UTF-8 | 鐘ルエ涬B | 11101001100100001001100011101111101111101001100111101111101111011011010011101110100000101000010011100110101101101010110001000010 | e99098efbe99efbdb4ee8284e6b6ac42 |
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)