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 | 全耕? | 1001000101010011100011010110101100111111 | 91538d6b3f |
EUC-JP | 全耕? | 1100000110110100101110011100110000111111 | c1b4b9cc3f |
UTF-8 | 全耕름 | 111001011000010110101000111010001000000010010101111010111010011010000100 | e585a8e88095eba684 |
UHC | 全耕름 | 111011101110111111001100111010011011100010100111 | eeefcce9b8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)