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 | ?訌?紅^ | 00111111111001100110000000111111100011010110011101011110 | 3fe6603f8d675e |
EUC-JP | ?訌?紅^ | 00111111111010111100000100111111101110011100100001011110 | 3febc13fb9c85e |
UTF-8 | 뤚訌뤚紅^ | 11101011101001001001101011101000101010001000110011101011101001001001101011100111101101001000010101011110 | eba49ae8a88ceba49ae7b4855e |
UHC | 뤚訌뤚紅^ | 100011111100100111111011111101111000111111001001111110111111010101011110 | 8fc9fbf78fc9fbf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)