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 | ??Q? | 00111111001111110101000100111111 | 3f3f513f |
SJIS-WIN | ??Q惡 | 0011111100111111010100011001110010100110 | 3f3f519ca6 |
EUC-JP | ??Q惡 | 0011111100111111010100011101100010101000 | 3f3f51d8a8 |
UTF-8 | 롍렚Q惡 | 11101011101000011000110111101011101000001001101001010001111001101000001110100001 | eba18deba09a51e683a1 |
UHC | 롍렚Q惡 | 10001110110100111000111010101101010100011110010011000010 | 8ed38ead51e4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)