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 | 燧??藥 | 111000001001110000111111001111111110010101011010 | e09c3f3fe55a |
EUC-JP | 燧??藥 | 110111111111110000111111001111111110100110111011 | dffc3f3fe9bb |
UTF-8 | 燧귟둢藥 | 111001111000011110100111111010101011011110011111111010111001000110100010111010001001011110100101 | e787a7eab79feb91a2e897a5 |
UHC | 燧귟둢藥 | 1110001010101100100000101110100010001010010110001110010110110111 | e2ac82e88a58e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)