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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 畯???^ | 111110110110111100111111001111110011111101011110 | fb6f3f3f3f5e |
EUC-JP | 畯???^ | 10001111110011011011101100111111001111110011111101011110 | 8fcdbb3f3f3f5e |
UTF-8 | 畯흔렩렰^ | 11100111100101011010111111101101100111011001010011101011101000001010100111101011101000001011000001011110 | e795afed9d94eba0a9eba0b05e |
UHC | 畯흔렩렰^ | 111100011110000111001000111001111000111010110111100011101011110101011110 | f1e1c8e78eb78ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)