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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箝眸 | 11100010101011011110000111000110 | e2ade1c6 |
EUC-JP | 箝眸 | 11100100101011111110001011001000 | e4afe2c8 |
UTF-8 | 箝眸 | 111001111010111010011101111001111001110010111000 | e7ae9de79cb8 |
UHC | 箝眸 | 11001100110001001101100111000010 | ccc4d9c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)