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 | 10001000111011010011111101011001 | 88ed3f59 |
EUC-JP | 逸?Y | 10110000111011110011111101011001 | b0ef3f59 |
UTF-8 | 逸렏Y | 11101001100000001011100011101011101000001000111101011001 | e980b8eba08f59 |
UHC | 逸렏Y | 1110110011101111100011101010010101011001 | ecef8ea559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)