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 | ??@~ | 00111111001111110100000001111110 | 3f3f407e |
SJIS-WIN | 偲蒔@~ | 100011101100001110001110101010100100000001111110 | 8ec38eaa407e |
EUC-JP | 偲蒔@~ | 101111001100010110111100101011000100000001111110 | bcc5bcac407e |
UTF-8 | 偲蒔@~ | 1110010110000001101100101110100010010010100101000100000001111110 | e581b2e89294407e |
UHC | ?蒔@~ | 0011111111100011110010000100000001111110 | 3fe3c8407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)