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 | 蒟句㈲^ | 11100100111001011000101111100101100001111000101101011110 | e4e58be5878b5e |
EUC-JP | 蒟句?^ | 111010001110011110110110111001110011111101011110 | e8e7b6e73f5e |
UTF-8 | 蒟句㈲^ | 11101000100100101001111111100101100011111010010111100011100010001011001001011110 | e8929fe58fa5e388b25e |
UHC | ?句?^ | 0011111111001111101000110011111101011110 | 3fcfa33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)