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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?醒?醒^ | 00111111100100001100000100111111100100001100000101011110 | 3f90c13f90c15e |
EUC-JP | ?醒?醒^ | 00111111110000001100001100111111110000001100001101011110 | 3fc0c33fc0c35e |
UTF-8 | 렠醒렠醒^ | 11101011101000001010000011101001100001101001001011101011101000001010000011101001100001101001001001011110 | eba0a0e98692eba0a0e986925e |
UHC | 렠醒렠醒^ | 100011101011000111100001101001011000111010110001111000011010010101011110 | 8eb1e1a58eb1e1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)