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^ | 111001001011100110100010010001001110010010111001101000100100010001011110 | e4b9a244e4b9a2445e |
EUC-JP | 荵「D荵「D^ | 1110100010111011100011101010001001000100111010001011101110001110101000100100010001011110 | e8bb8ea244e8bb8ea2445e |
UTF-8 | 荵「D荵「D^ | 111010001000110110110101111011111011110110100010010001001110100010001101101101011110111110111101101000100100010001011110 | e88db5efbda244e88db5efbda2445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)