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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陞サ讎翫□ | 111010001001111010111011111001101010011010001010111000111000000110100000 | e89ebbe6a68ae381a0 |
EUC-JP | 陞サ讎翫□ | 11101111111111101000111010111011111011001010100010110100111001011010001010100010 | effe8ebbeca8b4e5a2a2 |
UTF-8 | 陞サ讎翫□ | 111010011001100110011110111011111011110110111011111010001010111010001110111001111011111110101011111000101001011010100001 | e9999eefbdbbe8ae8ee7bfabe296a1 |
UHC | 陞??翫□ | 1110001110110011001111110011111111101000110100011010000111100000 | e3b33f3fe8d1a1e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)