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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 蟾スS莠 | 111001011011011110111101010100111110010010111010 | e5b7bd53e4ba |
EUC-JP | 蟾スS莠 | 11101010101110011000111010111101010100111110100010111100 | eab98ebd53e8bc |
UTF-8 | 蟾スS莠 | 11101000100111111011111011101111101111011011110101010011111010001000111010100000 | e89fbeefbdbd53e88ea0 |
UHC | 蟾?S? | 1110000011101010001111110101001100111111 | e0ea3f533f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)