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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鳧ツ悅 | 11101001111010001100001011111010101111011111001111100101 | e9e8c2fabdf3e5 |
EUC-JP | 鳧ツ?? | 111100101110101010001110110000100011111100111111 | f2ea8ec23f3f |
UTF-8 | 鳧ツ悅 | 111010011011001110100111111011111011111010000010111001101000001010000101111011101000101110011000 | e9b3a7efbe82e68285ee8b98 |
UHC | 鳧?悅? | 110111011100000000111111111001101110110100111111 | ddc03fe6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)