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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蜃句㈲^ | 11100101100001111000101111100101100001111000101101011110 | e5878be5878b5e |
EUC-JP | 蜃句?^ | 111010011110011110110110111001110011111101011110 | e9e7b6e73f5e |
UTF-8 | 蜃句㈲^ | 11101000100111001000001111100101100011111010010111100011100010001011001001011110 | e89c83e58fa5e388b25e |
UHC | 蜃句?^ | 111000111111000111001111101000110011111101011110 | e3f1cfa33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)