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 | ?栓 | 001111111001000011110000 | 3f90f0 |
EUC-JP | ?栓 | 001111111100000011110010 | 3fc0f2 |
UTF-8 | 룫栓 | 111010111010001110101011111001101010000010010011 | eba3abe6a093 |
UHC | 룫栓 | 10001111101000101110111011111011 | 8fa2eefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)