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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | ?述IB | 0011111110001111011100010100100101000010 | 3f8f714942 |
EUC-JP | ?述IB | 0011111110111101110100100100100101000010 | 3fbdd24942 |
UTF-8 | 룵述IB | 1110101110100011101101011110100010111111101100000100100101000010 | eba3b5e8bfb04942 |
UHC | 룵述IB | 100011111010101011100010111110110100100101000010 | 8faae2fb4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)