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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藥?ク娃 | 11100101010110100011111110000011010011101000100010100001 | e55a3f834e88a1 |
EUC-JP | 藥?ク娃 | 11101001101110110011111110100101101011111011000010100011 | e9bb3fa5afb0a3 |
UTF-8 | 藥썹ク娃 | 111010001001011110100101111011001000110110111001111000111000001010101111111001011010100010000011 | e897a5ec8db9e382afe5a883 |
UHC | 藥썹ク娃 | 1110010110110111101111011110011110101011101011111110100011011111 | e5b7bde7abafe8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)