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 | ???鎰? | 001111110011111100111111111010000100110000111111 | 3f3f3fe84c3f |
EUC-JP | ???鎰? | 001111110011111100111111111011111010110100111111 | 3f3f3fefad3f |
UTF-8 | 롚렋렍鎰렔 | 111010111010000110011010111010111010000010001011111010111010000010001101111010011000111010110000111010111010000010010100 | eba19aeba08beba08de98eb0eba094 |
UHC | 롚렋렍鎰렔 | 10001110110111101000111010100010100011101010001111101100111100001000111010101001 | 8ede8ea28ea3ecf08ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)