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 | 豫?┘ | 1001100010101100001111111000010010100011 | 98ac3f84a3 |
EUC-JP | 豫?┘ | 1101000010101110001111111010100010100101 | d0ae3fa8a5 |
UTF-8 | 豫븍┘ | 111010001011000110101011111010111011100010001101111000101001010010011000 | e8b1abebb88de29498 |
UHC | 豫븍┘ | 111001111110001110111010111010111010011010100101 | e7e3baeba6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)