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 | 魄嶺コ | 1110100110101110100101111110010010111010 | e9ae97e4ba |
EUC-JP | 魄嶺コ | 111100101011000011001110111001101000111010111010 | f2b0cee68eba |
UTF-8 | 魄嶺コ | 111010011010110110000100111001011011011010111010111011111011110110111010 | e9ad84e5b6baefbdba |
UHC | 魄嶺? | 1101101111011110110101101011101000111111 | dbded6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)