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 | 鋻韭 | 11111011110110011110100011101010 | fbd9e8ea |
EUC-JP | 鋻韭 | 1000111111100100110100011111000011101100 | 8fe4d1f0ec |
UTF-8 | 鋻韭 | 111010011000101110111011111010011001111110101101 | e98bbbe99fad |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)