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 | 蔕逸蹴茉 | 1110010011110110100010001110110110001111010100101110010010011101 | e4f688ed8f52e49d |
EUC-JP | 蔕逸蹴茉 | 1110100011111000101100001110111110111101101100111110011111111101 | e8f8b0efbdb3e7fd |
UTF-8 | 蔕逸蹴茉 | 111010001001010010010101111010011000000010111000111010001011100110110100111010001000110010001001 | e89495e980b8e8b9b4e88c89 |
UHC | ?逸蹴茉 | 00111111111011001110111111110101111011011101100011001001 | 3feceff5edd8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)