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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 釋旋B | 1110011111010111100100001111100101000010 | e7d790f942 |
EUC-JP | 釋旋B | 1110111011011001110000001111101101000010 | eed9c0fb42 |
UTF-8 | 釋旋B | 11101001100001111000101111100110100101111000101101000010 | e9878be6978b42 |
UHC | 釋旋B | 1110000010110111111000001100000101000010 | e0b7e0c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)