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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賻鯆 | 0011111111100110110100001110100111000010 | 3fe6d0e9c2 |
EUC-JP | 涪賻鯆 | 10001111110001111100111011101100110100101111001011000100 | 8fc7ceecd2f2c4 |
UTF-8 | 涪賻鯆 | 111001101011011010101010111010001011001110111011111010011010111110000110 | e6b6aae8b3bbe9af86 |
UHC | ?賻? | 00111111110111011011100000111111 | 3fddb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)