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 | 11100011010011011000101110000111100010100101100101011001 | e34d8b878a5959 |
EUC-JP | 絎窮該Y | 11100101101011101011010111100111101100111011101001011001 | e5aeb5e7b3ba59 |
UTF-8 | 絎窮該Y | 11100111101101011000111011100111101010101010111011101000101010011011001001011001 | e7b58ee7aaaee8a9b259 |
UHC | ?窮該Y | 001111111100111111100011111110101011000101011001 | 3fcfe3fab159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)