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 | ?]?P | 00111111010111010011111101010000 | 3f5d3f50 |
SJIS-WIN | ?]?P | 00111111010111010011111101010000 | 3f5d3f50 |
EUC-JP | ?]?P | 00111111010111010011111101010000 | 3f5d3f50 |
UTF-8 | 혷]찼P | 1110110110011000101101110101110111101100101100001011110001010000 | ed98b75decb0bc50 |
UHC | 혷]찼P | 110000101001111001011101110000111010000101010000 | c29e5dc3a150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)