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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 藏?D藏?D^ | 111001010101010100111111010001001110010101010101001111110100010001011110 | e5553f44e5553f445e |
EUC-JP | 藏?D藏?D^ | 111010011011011000111111010001001110100110110110001111110100010001011110 | e9b63f44e9b63f445e |
UTF-8 | 藏렩D藏렩D^ | 111010001001011110001111111010111010000010101001010001001110100010010111100011111110101110100000101010010100010001011110 | e8978feba0a944e8978feba0a9445e |
UHC | 藏렩D藏렩D^ | 1110110111111010100011101011011101000100111011011111101010001110101101110100010001011110 | edfa8eb744edfa8eb7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)