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 | 齬∽┸ | 111010101001011110000001111001001000010010111101 | ea9781e484bd |
EUC-JP | 齬∽┸ | 111100111111011110100010111001101010100010111111 | f3f7a2e6a8bf |
UTF-8 | 齬∽┸ | 111010011011110110101100111000101000100010111101111000101001010010111000 | e9bdace288bde294b8 |
UHC | 齬∽┸ | 111001011110000110100001111011111010011010111111 | e5e1a1efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)