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^ | 1001001001000010100100011010011001000100100100100100001010010001101001100100010001011110 | 924291a644924291a6445e |
EUC-JP | 達即D達即D^ | 1100001110100011110000101010100001000100110000111010001111000010101010000100010001011110 | c3a3c2a844c3a3c2a8445e |
UTF-8 | 達即D達即D^ | 111010011000000110010100111001011000110110110011010001001110100110000001100101001110010110001101101100110100010001011110 | e98194e58db344e98194e58db3445e |
UHC | 達?D達?D^ | 110100111011100100111111010001001101001110111001001111110100010001011110 | d3b93f44d3b93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)