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 | 鉤也エ | 1110011111101010100101101110011110110100 | e7ea96e7b4 |
EUC-JP | 鉤也エ | 111011101110110011001100111010011000111010110100 | eeeccce98eb4 |
UTF-8 | 鉤也エ | 111010011000100110100100111001001011100110011111111011111011110110110100 | e989a4e4b99fefbdb4 |
UHC | 鉤也? | 1100111111001001111001011010010100111111 | cfc9e5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)