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 | ?善 | 001111111001000101010000 | 3f9150 |
EUC-JP | 璿善 | 1000111111001100111010011100000110110001 | 8fcce9c1b1 |
UTF-8 | 璿善 | 111001111001001010111111111001011001011010000100 | e792bfe59684 |
UHC | 璿善 | 11100000110001111110000010111100 | e0c7e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)