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 | 0011111100111111100101111010100101000010 | 3f3f97a942 |
EUC-JP | ??掠B | 0011111100111111110011101010101101000010 | 3f3fceab42 |
UTF-8 | 렻唜掠B | 11101011101000001011101111100101100101001001110011100110100011101010000001000010 | eba0bbe5949ce68ea042 |
UHC | 렻唜掠B | 10001110110000111101100011000101110101011101001101000010 | 8ec3d8c5d5d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)