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 | 淏。遶コ^ | 11111011010000101010000111100111101010111011101001011110 | fb42a1e7abba5e |
EUC-JP | 淏。遶コ^ | 10001111110001111101100110001110101000011110111010101101100011101011101001011110 | 8fc7d98ea1eead8eba5e |
UTF-8 | 淏。遶コ^ | 11100110101101111000111111101111101111011010000111101001100000011011011011101111101111011011101001011110 | e6b78fefbda1e981b6efbdba5e |
UHC | 淏???^ | 111110111100100000111111001111110011111101011110 | fbc83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)