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 | 豫?‥ | 1001100010101100001111111000000101100100 | 98ac3f8164 |
EUC-JP | 豫?‥ | 1101000010101110001111111010000111000101 | d0ae3fa1c5 |
UTF-8 | 豫뗫‥ | 111010001011000110101011111010111001011110101011111000101000000010100101 | e8b1abeb97abe280a5 |
UHC | 豫뗫‥ | 111001111110001110001011111010111010000110100101 | e7e38beba1a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)