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 | 髮懌扱蜍 | 1110100110011011100111001110001010001000101101011110010110001011 | e99b9ce288b5e58b |
EUC-JP | 髮懌扱蜍 | 1111000111111011110110001110010010110000101101111110100111101011 | f1fbd8e4b0b7e9eb |
UTF-8 | 髮懌扱蜍 | 111010011010101110101110111001101000011110001100111001101000100110110001111010001001110010001101 | e9abaee6878ce689b1e89c8d |
UHC | 髮?扱? | 110110111010010100111111110100001110001000111111 | dba53fd0e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)