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 | 韃育エ玲カ | 1110100011100101100010001110011110110100100101111110011010110110 | e8e588e7b497e6b6 |
EUC-JP | 韃育エ玲カ | 11110000111001111011000011101001100011101011010011001110111010001000111010110110 | f0e7b0e98eb4cee88eb6 |
UTF-8 | 韃育エ玲カ | 111010011001111110000011111010001000001010110010111011111011110110110100111001111000111010110010111011111011110110110110 | e99f83e882b2efbdb4e78eb2efbdb6 |
UHC | ?育?玲? | 00111111111010111100000000111111110101101011110000111111 | 3febc03fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)