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 | 谺イ谿樌 | 11100110101011001011001011100110101011101001111011101100 | e6acb2e6ae9eec |
EUC-JP | 谺イ谿樌 | 1110110010101110100011101011001011101100101100001101110011101110 | ecae8eb2ecb0dcee |
UTF-8 | 谺イ谿樌 | 111010001011000010111010111011111011110110110010111010001011000010111111111001101010100010001100 | e8b0baefbdb2e8b0bfe6a88c |
UHC | ??谿? | 0011111100111111110011011010110000111111 | 3f3fcdac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)