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 | 硴璞硴 | 111000011110101111100000111101111110000111101011 | e1ebe0f7e1eb |
EUC-JP | 硴璞硴 | 111000101110110111100000111110011110001011101101 | e2ede0f9e2ed |
UTF-8 | 硴璞硴 | 111001111010000110110100111001111001001010011110111001111010000110110100 | e7a1b4e7929ee7a1b4 |
UHC | ?璞? | 00111111110110101101011100111111 | 3fdad73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)