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 | 掠뗰퐡留뚦 | 111011111010010110110101111010111001011110110000111011011001000010100001111011111010011110001101111010111001101010100110 | efa5b5eb97b0ed90a1efa78deb9aa6 |
UHC | 掠뗰퐡留뚦 | 11100101101100011000101111101111101111011000101011101011101001111000110011100101 | e5b18befbd8aeba78ce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)