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 | 豢第エ腺 | 11100110101101001001000111100110101101001001000101000010 | e6b491e6b49142 |
EUC-JP | 豢第エ腺 | 1110110010110110110000101110100010001110101101001100000110100011 | ecb6c2e88eb4c1a3 |
UTF-8 | 豢第エ腺 | 111010001011000110100010111001111010110010101100111011111011110110110100111010001000010110111010 | e8b1a2e7acacefbdb4e885ba |
UHC | ?第?腺 | 001111111111000010101111001111111110000011001101 | 3ff0af3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)