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 | 杢篆 | 10010110110110111110001010111101 | 96dbe2bd |
EUC-JP | 杢篆 | 11001100110111011110010010111111 | ccdde4bf |
UTF-8 | 杢篆 | 111001101001110110100010111001111010111110000110 | e69da2e7af86 |
UHC | ?篆 | 001111111110111110101010 | 3fefaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)