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 | 雎シ | 111010001011000110111100 | e8b1bc |
EUC-JP | 雎シ | 11110000101100111000111010111100 | f0b38ebc |
UTF-8 | 雎シ | 111010011001101110001110111011111011110110111100 | e99b8eefbdbc |
UHC | 雎? | 111011101101000100111111 | eed13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)