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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鐘ルスユ^ | 100011111110000011011001101111011101010101011110 | 8fe0d9bdd55e |
EUC-JP | 鐘ルスユ^ | 101111101110001010001110110110011000111010111101100011101101010101011110 | bee28ed98ebd8ed55e |
UTF-8 | 鐘ルスユ^ | 11101001100100001001100011101111101111101001100111101111101111011011110111101111101111101001010101011110 | e99098efbe99efbdbdefbe955e |
UHC | 鐘???^ | 111100011010010000111111001111110011111101011110 | f1a43f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)