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 | 11100101111000101000000111100110100001001000000101000010 | e5e281e6848142 |
EUC-JP | 裘∵пB | 11101010111001001010001011101000101001111110000101000010 | eae4a2e8a7e142 |
UTF-8 | 裘∵пB | 111010001010001110011000111000101000100010110101110100001011111101000010 | e8a398e288b5d0bf42 |
UHC | ?∵пB | 001111111010000111110001101011001110000101000010 | 3fa1f1ace142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)