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 | ?X~ | 001111110101100001111110 | 3f587e |
SJIS-WIN | 涌X~ | 10010111010011110101100001111110 | 974f587e |
EUC-JP | 涌X~ | 11001101101100000101100001111110 | cdb0587e |
UTF-8 | 涌X~ | 1110011010110110100011000101100001111110 | e6b68c587e |
UHC | 涌X~ | 11101001101111110101100001111110 | e9bf587e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)