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 | 遞淞ィ | 1110011110101000100111111100001010101000 | e7a89fc2a8 |
EUC-JP | 遞淞ィ | 111011101010101011011110110001001000111010101000 | eeaadec48ea8 |
UTF-8 | 遞淞ィ | 111010011000000110011110111001101011011110011110111011111011110110101000 | e9819ee6b79eefbda8 |
UHC | 遞淞? | 1111010011110110111000011110011100111111 | f4f6e1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)