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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑レ闔、キ」 | 1110100010111111110110101110100010001110101001001011011110100011 | e8bfdae88ea4b7a3 |
EUC-JP | 霑レ闔、キ」 | 111100001100000110001110110110101110111111101110100011101010010010001110101101111000111010100011 | f0c18edaefee8ea48eb78ea3 |
UTF-8 | 霑レ闔、キ」 | 111010011001110010010001111011111011111010011010111010011001011110010100111011111011110110100100111011111011110110110111111011111011110110100011 | e99c91efbe9ae99794efbda4efbdb7efbda3 |
UHC | 霑?闔??? | 1110111111000101001111111111100111101111001111110011111100111111 | efc53ff9ef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)