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 | 蟻??瑤 | 100010110110000100111111001111111110101010100010 | 8b613f3feaa2 |
EUC-JP | 蟻??瑤 | 101101011100001000111111001111111111010010100100 | b5c23f3ff4a4 |
UTF-8 | 蟻롰럮瑤 | 111010001001111110111011111010111010000110110000111010111001111110101110111001111001000110100100 | e89fbbeba1b0eb9faee791a4 |
UHC | 蟻롰럮瑤 | 1110101111111100100011101110110110001110100011111110100011111101 | ebfc8eed8e8fe8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)