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 | 11100101101011101001111111100110100111011001001101000010 | e5ae9fe69d9342 |
EUC-JP | 螳滓搏B | 11101010101100001101111011101000110110011111001101000010 | eab0dee8d9f342 |
UTF-8 | 螳滓搏B | 11101000100111101011001111100110101110111001001111100110100100001000111101000010 | e89eb3e6bb93e6908f42 |
UHC | 螳滓搏B | 11010011110110011110111010101011110110101101000101000010 | d3d9eeabdad142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)