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 | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 騾。y騾。yB | 111010011000000010100001011110011110100110000000101000010111100101000010 | e980a179e980a17942 |
EUC-JP | 騾。y騾。yB | 1111000111100000100011101010000101111001111100011110000010001110101000010111100101000010 | f1e08ea179f1e08ea17942 |
UTF-8 | 騾。y騾。yB | 111010011010100010111110111011111011110110100001011110011110100110101000101111101110111110111101101000010111100101000010 | e9a8beefbda179e9a8beefbda17942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)