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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 畏??釗?^ | 1000100011011000001111110011111111111011101110110011111101011110 | 88d83f3ffbbb3f5e |
EUC-JP | 畏??釗?^ | 101100001101101000111111001111111000111111100011101001100011111101011110 | b0da3f3f8fe3a63f5e |
UTF-8 | 畏븐룞釗톏^ | 11100111100101011000111111101011101110001001000011101011101000111001111011101001100001111001011111101101100001101000111101011110 | e7958febb890eba39ee98797ed868f5e |
UHC | 畏븐룞釗톏^ | 1110100011100110101110101110110010001111100110011110000111110010101101110110010101011110 | e8e6baec8f99e1f2b7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)