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^ | 111010001010001010100010010001001110100010100010101000100100010001011110 | e8a2a244e8a2a2445e |
EUC-JP | 陲「D陲「D^ | 1111000010100100100011101010001001000100111100001010010010001110101000100100010001011110 | f0a48ea244f0a48ea2445e |
UTF-8 | 陲「D陲「D^ | 111010011001100110110010111011111011110110100010010001001110100110011001101100101110111110111101101000100100010001011110 | e999b2efbda244e999b2efbda2445e |
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)