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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻褐? | 1000101101100001100010101000110000111111 | 8b618a8c3f |
EUC-JP | 蟻褐? | 1011010111000010101100111110110000111111 | b5c2b3ec3f |
UTF-8 | 蟻褐렭 | 111010001001111110111011111010001010010010010000111010111010000010101101 | e89fbbe8a490eba0ad |
UHC | 蟻褐렭 | 111010111111110011001010111010001000111010111010 | ebfccae88eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)