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 | 錫想 | 10001110111000001001000101111010 | 8ee0917a |
EUC-JP | 錫想 | 10111100111000101100000111011011 | bce2c1db |
UTF-8 | 錫想 | 111010011000110010101011111001101000001110110011 | e98cabe683b3 |
UHC | 錫想 | 11100000101110001101111111001100 | e0b8dfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)