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^ | 100011110100100100111111010001001000111101001001001111110100010001011110 | 8f493f448f493f445e |
EUC-JP | 終?D終?D^ | 101111011010101000111111010001001011110110101010001111110100010001011110 | bdaa3f44bdaa3f445e |
UTF-8 | 終렔D終렔D^ | 111001111011010110000010111010111010000010010100010001001110011110110101100000101110101110100000100101000100010001011110 | e7b582eba09444e7b582eba094445e |
UHC | 終렔D終렔D^ | 1111000011111011100011101010100101000100111100001111101110001110101010010100010001011110 | f0fb8ea944f0fb8ea9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)