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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霍ォ閧イ豌エ^ | 11101000101101111010101111101000100000101011001011100110101100001011010001011110 | e8b7abe882b2e6b0b45e |
EUC-JP | 霍ォ閧イ豌エ^ | 11110000101110011000111010101011111011111110001010001110101100101110110010110010100011101011010001011110 | f0b98eabefe28eb2ecb28eb45e |
UTF-8 | 霍ォ閧イ豌エ^ | 11101001100111001000110111101111101111011010101111101001100101101010011111101111101111011011001011101000101100011000110011101111101111011011010001011110 | e99c8defbdabe996a7efbdb2e8b18cefbdb45e |
UHC | ????豌?^ | 0011111100111111001111110011111111101000110101010011111101011110 | 3f3f3f3fe8d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)