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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 眩七Y | 1110000110111111100011101011010101011001 | e1bf8eb559 |
EUC-JP | 眩七Y | 1110001011000001101111001011011101011001 | e2c1bcb759 |
UTF-8 | 眩七Y | 11100111100111001010100111100100101110001000001101011001 | e79ca9e4b88359 |
UHC | 眩七Y | 1111101011011111111101101101001001011001 | fadff6d259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)