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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 諢壱㊦BF | 1110011010000100100010001110101110000111100001110100001001000110 | e68488eb87874246 |
EUC-JP | 諢壱?BF | 11101011111001001011000011101101001111110100001001000110 | ebe4b0ed3f4246 |
UTF-8 | 諢壱㊦BF | 1110100010101011101000101110010110100011101100011110001110001010101001100100001001000110 | e8aba2e5a3b1e38aa64246 |
UHC | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)