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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髷作ъ | 111010011001111010001101111011001000010010001100 | e99e8dec848c |
EUC-JP | 髷作ъ | 111100011111111010111010111011101010011111101100 | f1febaeea7ec |
UTF-8 | 髷作ъ | 1110100110101011101101111110010010111101100111001101000110001010 | e9abb7e4bd9cd18a |
UHC | ?作ъ | 0011111111101101110000101010110011101100 | 3fedc2acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)