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 | 倚耕? | 1001100011011111100011010110101100111111 | 98df8d6b3f |
EUC-JP | 倚耕? | 1101000011100001101110011100110000111111 | d0e1b9cc3f |
UTF-8 | 倚耕렦 | 111001011000000010011010111010001000000010010101111010111010000010100110 | e5809ae88095eba0a6 |
UHC | 倚耕렦 | 111010111110111111001100111010011000111010110101 | ebefcce98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)