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 | 讌ュ阯・^ | 11100110101001011010110111101000100101111010010101011110 | e6a5ade897a55e |
EUC-JP | 讌ュ阯・^ | 111011001010011110001110101011011110111111110111100011101010010101011110 | eca78eadeff78ea55e |
UTF-8 | 讌ュ阯・^ | 11101000101011101000110011101111101111011010110111101001100110001010111111101111101111011010010101011110 | e8ae8cefbdade998afefbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)