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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鯊鯊B | 1110100111000000111010011100000001000010 | e9c0e9c042 |
EUC-JP | 鯊鯊B | 1111001011000010111100101100001001000010 | f2c2f2c242 |
UTF-8 | 鯊鯊B | 11101001101011111000101011101001101011111000101001000010 | e9af8ae9af8a42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)