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^ | 11110000101010010100010011110000101010010100010001011110 | f0a944f0a9445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ð©Dð©D^ | 100011111010100111000011100011111010001011101101010001001000111110101001110000111000111110100010111011010100010001011110 | 8fa9c38fa2ed448fa9c38fa2ed445e |
UTF-8 | ð©Dð©D^ | 1100001110110000110000101010100101000100110000111011000011000010101010010100010001011110 | c3b0c2a944c3b0c2a9445e |
UHC | ð?Dð?D^ | 101010011010001100111111010001001010100110100011001111110100010001011110 | a9a33f44a9a33f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)