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 | 歪盲? | 1001100001100011100101101101001100111111 | 986396d33f |
EUC-JP | 歪盲? | 1100111111000100110011001101010100111111 | cfc4ccd53f |
UTF-8 | 歪盲㉪ | 111001101010110110101010111001111001101110110010111000111000100110101010 | e6adaae79bb2e389aa |
UHC | 歪盲㉪ | 111010001110000011011000111011101010100010111011 | e8e0d8eea8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)