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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 絎窮該B | 11100011010011011000101110000111100010100101100101000010 | e34d8b878a5942 |
EUC-JP | 絎窮該B | 11100101101011101011010111100111101100111011101001000010 | e5aeb5e7b3ba42 |
UTF-8 | 絎窮該B | 11100111101101011000111011100111101010101010111011101000101010011011001001000010 | e7b58ee7aaaee8a9b242 |
UHC | ?窮該B | 001111111100111111100011111110101011000101000010 | 3fcfe3fab142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)