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 | フ闔エ自 | 1111000111101010110011001110100010001110101101001000111010101001 | f1eacce88eb48ea9 |
EUC-JP | ?フ闔エ自 | 001111111000111011001100111011111110111010001110101101001011110010101011 | 3f8eccefee8eb4bcab |
UTF-8 | フ闔エ自 | 111011101000010110100101111011111011111010001100111010011001011110010100111011111011110110110100111010001000011110101010 | ee85a5efbe8ce99794efbdb4e887aa |
UHC | ??闔?自 | 00111111001111111111100111101111001111111110110110111011 | 3f3ff9ef3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)