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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 鐘ルスソvB | 10001111111000001101100110111101101111110111011001000010 | 8fe0d9bdbf7642 |
EUC-JP | 鐘ルスソvB | 10111110111000101000111011011001100011101011110110001110101111110111011001000010 | bee28ed98ebd8ebf7642 |
UTF-8 | 鐘ルスソvB | 1110100110010000100110001110111110111110100110011110111110111101101111011110111110111101101111110111011001000010 | e99098efbe99efbdbdefbdbf7642 |
UHC | 鐘???vB | 11110001101001000011111100111111001111110111011001000010 | f1a43f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)