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 | 闕千スァ | 111010001000110110010000111001111011110110100111 | e88d90e7bda7 |
EUC-JP | 闕千スァ | 1110111111101101110000001110100110001110101111011000111010100111 | efedc0e98ebd8ea7 |
UTF-8 | 闕千スァ | 111010011001011110010101111001011000110110000011111011111011110110111101111011111011110110100111 | e99795e58d83efbdbdefbda7 |
UHC | 闕千?? | 110011111111010011110100101101100011111100111111 | cff4f4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)