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 | 100111111111000110011111111100010011111101000010 | 9ff19ff13f42 |
EUC-JP | 潁潁?B | 110111101111001111011110111100110011111101000010 | def3def33f42 |
UTF-8 | 潁潁롫B | 11100110101111011000000111100110101111011000000111101011101000011010101101000010 | e6bd81e6bd81eba1ab42 |
UHC | 潁潁롫B | 11100111101110001110011110111000100011101110101101000010 | e7b8e7b88eeb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)