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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 玉?? | 10001011110010100011111100111111 | 8bca3f3f |
EUC-JP | 玉?ŧ | 101101101100110000111111100011111010100111001111 | b6cc3f8fa9cf |
UTF-8 | 玉뚩ŧ | 1110011110001110100010011110101110011010101010011100010110100111 | e78e89eb9aa9c5a7 |
UHC | 玉뚩ŧ | 111010001010110010001100111010001010100110101110 | e8ac8ce8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)