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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 赶晦P | 1111101110110000100010100100000101010000 | fbb08a4150 |
EUC-JP | ?晦P | 00111111101100111010001001010000 | 3fb3a250 |
UTF-8 | 赶晦P | 11101000101101011011011011100110100110011010011001010000 | e8b5b6e699a650 |
UHC | ?晦P | 00111111111111001110010001010000 | 3ffce450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)