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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 聿笈畿B | 11100011111001001000101110001000100010110100010101000010 | e3e48b888b4542 |
EUC-JP | 聿笈畿B | 11100110111001101011010111101000101101011010011001000010 | e6e6b5e8b5a642 |
UTF-8 | 聿笈畿B | 11101000100000011011111111100111101011001000100011100111100101011011111101000010 | e881bfe7ac88e795bf42 |
UHC | 聿?畿B | 111010111101001100111111110100011011001001000010 | ebd33fd1b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)