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 | 韈ァ髮ォ陬 | 1110100011100111101001111110100110011011101010111110100010100011 | e8e7a7e99babe8a3 |
EUC-JP | 韈ァ髮ォ陬 | 11110000111010011000111010100111111100011111101110001110101010111111000010100101 | f0e98ea7f1fb8eabf0a5 |
UTF-8 | 韈ァ髮ォ陬 | 111010011001111110001000111011111011110110100111111010011010101110101110111011111011110110101011111010011001100110101100 | e99f88efbda7e9abaeefbdabe999ac |
UHC | ??髮?? | 001111110011111111011011101001010011111100111111 | 3f3fdba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)