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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 袿猝袿猝B | 111001011101110111100000110010101110010111011101111000001100101001000010 | e5dde0cae5dde0ca42 |
EUC-JP | 袿猝袿猝B | 111010101101111111100000110011001110101011011111111000001100110001000010 | eadfe0cceadfe0cc42 |
UTF-8 | 袿猝袿猝B | 11101000101000101011111111100111100011001001110111101000101000101011111111100111100011001001110101000010 | e8a2bfe78c9de8a2bfe78c9d42 |
UHC | ?猝?猝B | 00111111111100001111000100111111111100001111000101000010 | 3ff0f13ff0f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)