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 | ???諧ε | 00111111001111110011111111100110011111101000001111000011 | 3f3f3fe67e83c3 |
EUC-JP | ???諧ε | 00111111001111110011111111101011110111111010011011000101 | 3f3f3febdfa6c5 |
UTF-8 | 兩쏅똾諧ε | 1110111110100101101110001110110010001111100001011110101110011000101111101110100010101011101001111100111010110101 | efa5b8ec8f85eb98bee8aba7ceb5 |
UHC | 兩쏅똾諧ε | 11100101101110111001101111101011100011001000010011111010101100101010010111100101 | e5bb9beb8c84fab2a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)