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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 罎リヒY | 1110001110100010110110001100101101011001 | e3a2d8cb59 |
EUC-JP | 罎リヒY | 11100110101001001000111011011000100011101100101101011001 | e6a48ed88ecb59 |
UTF-8 | 罎リヒY | 11100111101111011000111011101111101111101001100011101111101111101000101101011001 | e7bd8eefbe98efbe8b59 |
UHC | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)