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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窈??怏? | 11100010011101110011111100111111100111001000100100111111 | e2773f3f9c893f |
EUC-JP | 窈??怏? | 11100011110110000011111100111111110101111110100100111111 | e3d83f3fd7e93f |
UTF-8 | 窈녷솤怏멊 | 111001111010101010001000111010111000010110110111111011001000011010100100111001101000000010001111111010111010100110001010 | e7aa88eb85b7ec86a4e6808feba98a |
UHC | 窈녷솤怏멊 | 11101001101000011000011011100110100110011001111011100100111010001001000101000010 | e9a186e6999ee4e89142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)