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 | 髮懌扱霎ァ | 111010011001101110011100111000101000100010110101111010001011111010100111 | e99b9ce288b5e8bea7 |
EUC-JP | 髮懌扱霎ァ | 11110001111110111101100011100100101100001011011111110000110000001000111010100111 | f1fbd8e4b0b7f0c08ea7 |
UTF-8 | 髮懌扱霎ァ | 111010011010101110101110111001101000011110001100111001101000100110110001111010011001110010001110111011111011110110100111 | e9abaee6878ce689b1e99c8eefbda7 |
UHC | 髮?扱?? | 11011011101001010011111111010000111000100011111100111111 | dba53fd0e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)