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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 猾猊倏A | 11100000110011111110000011000111111000001100010101000001 | e0cfe0c7e0c541 |
EUC-JP | 猾猊倏A | 11100000110100011110000011001001111000001100011101000001 | e0d1e0c9e0c741 |
UTF-8 | 猾猊倏A | 11100111100011001011111011100111100011001000101011100101100000001000111101000001 | e78cbee78c8ae5808f41 |
UHC | 猾猊?A | 111111001100001011100111110110010011111101000001 | fcc2e7d93f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)