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 | 萇ォ瞰フ | 1110010011000111111100011011100110101011111000011101010111001100 | e4c7f1b9abe1d5cc |
EUC-JP | 萇?ォ瞰フ | 111010001100100100111111100011101010101111100010110101111000111011001100 | e8c93f8eabe2d78ecc |
UTF-8 | 萇ォ瞰フ | 111010001001000010000111111011101000010010110100111011111011110110101011111001111001111010110000111011111011111010001100 | e89087ee84b4efbdabe79eb0efbe8c |
UHC | ???瞰? | 001111110011111100111111110010101111100100111111 | 3f3f3fcaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)