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 | 歪盲┏ | 100110000110001110010110110100111000010010101100 | 986396d384ac |
EUC-JP | 歪盲┏ | 110011111100010011001100110101011010100010101110 | cfc4ccd5a8ae |
UTF-8 | 歪盲┏ | 111001101010110110101010111001111001101110110010111000101001010010001111 | e6adaae79bb2e2948f |
UHC | 歪盲┏ | 111010001110000011011000111011101010011010101110 | e8e0d8eea6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)