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 | 逆佚? | 1000101101110100100110001100001100111111 | 8b7498c33f |
EUC-JP | 逆佚? | 1011010111010101110100001100010100111111 | b5d5d0c53f |
UTF-8 | 逆佚롆 | 111010011000000010000110111001001011110110011010111010111010000110000110 | e98086e4bd9aeba186 |
UHC | 逆佚롆 | 111001101011110111101100111010101000111011001100 | e6bdecea8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)