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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萇ォ矮 | 11100100110001111111000110111001101010111110000111100010 | e4c7f1b9abe1e2 |
EUC-JP | 萇?ォ矮 | 11101000110010010011111110001110101010111110001011100100 | e8c93f8eabe2e4 |
UTF-8 | 萇ォ矮 | 111010001001000010000111111011101000010010110100111011111011110110101011111001111001111110101110 | e89087ee84b4efbdabe79fae |
UHC | ???矮 | 0011111100111111001111111110100011100001 | 3f3f3fe8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)