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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 咤哈}G | 100110100100001010011001111110110111110101000111 | 9a4299fb7d47 |
EUC-JP | 咤哈}G | 110100111010001111010010111111010111110101000111 | d3a3d2fd7d47 |
UTF-8 | 咤哈}G | 1110010110010010101001001110010110010011100010000111110101000111 | e592a4e593887d47 |
UHC | 咤哈}G | 111101101110001111111001111010110111110101000111 | f6e3f9eb7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)