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 | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
UTF-8 | 筽삼슥y筽삼슥yB | 111001111010110110111101111011001000001010111100111011001000101010100101011110011110011110101101101111011110110010000010101111001110110010001010101001010111100101000010 | e7adbdec82bcec8aa579e7adbdec82bcec8aa57942 |
UHC | 筽삼슥y筽삼슥yB | 111010001010010010111011111011111011110110111011011110011110100010100100101110111110111110111101101110110111100101000010 | e8a4bbefbdbb79e8a4bbefbdbb7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)