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 | 髀タ | 11101001100011111000001101011110 | e98f835e |
EUC-JP | 髀タ | 11110001111011111010010110111111 | f1efa5bf |
UTF-8 | 髀タ | 111010011010101110000000111000111000001010111111 | e9ab80e382bf |
UHC | ?タ | 001111111010101110111111 | 3fabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)