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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 袱千ォ毳B | 1110010111011110100100001110011110101011100111110111110101000010 | e5de90e7ab9f7d42 |
EUC-JP | 袱千ォ毳B | 111010101110000011000000111010011000111010101011110111011101111001000010 | eae0c0e98eabddde42 |
UTF-8 | 袱千ォ毳B | 11101000101000101011000111100101100011011000001111101111101111011010101111100110101011111011001101000010 | e8a2b1e58d83efbdabe6afb342 |
UHC | ?千??B | 001111111111010010110110001111110011111101000010 | 3ff4b63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)