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^ | 111001111011010110000010111010111010000010010011010001001110011110110101100000101110101110100000100100110100010001011110 | e7b582eba09344e7b582eba093445e |
UHC | 終렓D終렓D^ | 1111000011111011100011101010100001000100111100001111101110001110101010000100010001011110 | f0fb8ea844f0fb8ea8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)