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^ | 100010100101001000111111010001001000101001010010001111110100010001011110 | 8a523f448a523f445e |
EUC-JP | 崖?D崖?D^ | 101100111011001100111111010001001011001110110011001111110100010001011110 | b3b33f44b3b33f445e |
UTF-8 | 崖쨙D崖쨙D^ | 111001011011010010010110111011001010100010011001010001001110010110110100100101101110110010101000100110010100010001011110 | e5b496eca89944e5b496eca899445e |
UHC | 崖쨙D崖쨙D^ | 1110010011110000101001000110111001000100111001001111000010100100011011100100010001011110 | e4f0a46e44e4f0a46e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)