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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 횠짢쨀쨋쨈 | 111011011001101010100000111011001010011110100010111011001010100010000000111011001010100010001011111011001010100010001000 | ed9aa0eca7a2eca880eca88beca888 |
UHC | 횠짢쨀쨋쨈 | 11000011100110001100001010101000110000101011001111000010101101101100001010110100 | c398c2a8c2b3c2b6c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)