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 | 10011111011110111001011101111010100110001110101001000010 | 9f7b977a98ea42 |
EUC-JP | 毬陽俾B | 11011101110111001100110111011011110100001110110001000010 | dddccddbd0ec42 |
UTF-8 | 毬陽俾B | 11100110101011111010110011101001100110011011110111100100101111111011111001000010 | e6aface999bde4bfbe42 |
UHC | 毬陽?B | 110011111011001111100101110101010011111101000010 | cfb3e5d53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)