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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???轝? | 00111111001111110011111110001111111000011010101000111111 | 3f3f3f8fe1aa3f |
UTF-8 | 樂뽬괭轝퐹 | 111011111010011010111111111010111011110110101100111010101011010010101101111010001011110110011101111011011001000010111001 | efa6bfebbdaceab4ade8bd9ded90b9 |
UHC | 樂뽬괭轝퐹 | 11101000111110011001011011101000101100011010101011100110101011001011111001000010 | e8f996e8b1aae6acbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)