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 | 蝎主履 | 111001011001100110001110111001011001011110011010 | e5998ee5979a |
EUC-JP | 蝎主履 | 111010011111100110111100111001111100110111111010 | e9f9bce7cdfa |
UTF-8 | 蝎主履 | 111010001001110110001110111001001011100010111011111001011011000110100101 | e89d8ee4b8bbe5b1a5 |
UHC | 蝎主履 | 110010101110100111110001101010111101011111011011 | cae9f1abd7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)