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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鉤秦 | 11100111111010101001000001100000 | e7ea9060 |
EUC-JP | 鉤秦 | 11101110111011001011111111000001 | eeecbfc1 |
UTF-8 | 鉤秦 | 111010011000100110100100111001111010011110100110 | e989a4e7a7a6 |
UHC | 鉤秦 | 11001111110010011111001011011010 | cfc9f2da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)