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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 濵礼促顫 | 1111101101001101100101111110011110010001101000111110100011111010 | fb4d97e791a3e8fa |
EUC-JP | 濵礼促顫 | 100011111100100110100110110011101110100111000010101001011111000011111100 | 8fc9a6cee9c2a5f0fc |
UTF-8 | 濵礼促顫 | 111001101011111110110101111001111010010010111100111001001011111110000011111010011010000110101011 | e6bfb5e7a4bce4bf83e9a1ab |
UHC | ??促顫 | 001111110011111111110101101101011110111110110101 | 3f3ff5b5efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)