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 | 黍???? | 100010110110111100111111001111110011111100111111 | 8b6f3f3f3f3f |
EUC-JP | 黍???? | 101101011101000000111111001111110011111100111111 | b5d03f3f3f3f |
UTF-8 | 黍렯렍렯렏 | 111010011011101110001101111010111010000010101111111010111010000010001101111010111010000010101111111010111010000010001111 | e9bb8deba0afeba08deba0afeba08f |
UHC | 黍렯렍렯렏 | 11100000101010001000111010111100100011101010001110001110101111001000111010100101 | e0a88ebc8ea38ebc8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)