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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 踵也梹h | 11100110111110011001011011100111100111101000111001101000 | e6f996e79e8e68 |
EUC-JP | 踵也梹h | 11101100111110111100110011101001110110111110111001101000 | ecfbcce9dbee68 |
UTF-8 | 踵也梹h | 11101000101110001011010111100100101110011001111111100110101000101011100101101000 | e8b8b5e4b99fe6a2b968 |
UHC | 踵也?h | 111100011010001011100101101001010011111101101000 | f1a2e5a53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)