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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 盍h盍 | 111000011011001011111000111000010110100011100001101100101111100011100001 | e1b2f8e168e1b2f8e1 |
EUC-JP | 盍?h盍? | 11100010101101000011111101101000111000101011010000111111 | e2b43f68e2b43f |
UTF-8 | 盍h盍 | 11100111100110111000110111101110100110101000000001101000111001111001101110001101111011101001101010000000 | e79b8dee9a8068e79b8dee9a80 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)