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 | ?→? | 00111111100000011010100000111111 | 3f81a83f |
EUC-JP | 焰→? | 100011111100100111101111101000101010101000111111 | 8fc9efa2aa3f |
UTF-8 | 焰→퍜 | 111001111000010010110000111000101000011010010010111011011000110110011100 | e784b0e28692ed8d9c |
UHC | 焰→퍜 | 111001101111101110100001111001101011101110010011 | e6fba1e6bb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)