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 | 00111111100111011110010101011001 | 3f9de559 |
EUC-JP | ?晏Y | 00111111110110101110011101011001 | 3fdae759 |
UTF-8 | 裡晏Y | 11101111101001111010100011100110100110011000111101011001 | efa7a8e6998f59 |
UHC | 裡晏Y | 1110110011000001111001001100111101011001 | ecc1e4cf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)