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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 쨀횥쨍쨉 | 111011001010100010000000111011011001101010100101111011001010100010001101111011001010100010001001 | eca880ed9aa5eca88deca889 |
UHC | 쨀횥쨍쨉 | 1100001010110011110000111001110011000010101110001100001010110101 | c2b3c39cc2b8c2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)