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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譏Ⅷ譏Ⅷ^ | 111001101001100010000111010110111110011010011000100001110101101101011110 | e698875be698875b5e |
EUC-JP | 譏?譏?^ | 11101011111110000011111111101011111110000011111101011110 | ebf83febf83f5e |
UTF-8 | 譏Ⅷ譏Ⅷ^ | 11101000101011011000111111100010100001011010011111101000101011011000111111100010100001011010011101011110 | e8ad8fe285a7e8ad8fe285a75e |
UHC | 譏Ⅷ譏Ⅷ^ | 110100011100000110100101101101111101000111000001101001011011011101011110 | d1c1a5b7d1c1a5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)