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 | 墻ζ?墻 | 10011010110101001000001111000100001111111001101011010100 | 9ad483c43f9ad4 |
EUC-JP | 墻ζ?墻 | 11010100110101101010011011000110001111111101010011010110 | d4d6a6c63fd4d6 |
UTF-8 | 墻ζ굢墻 | 1110010110100010101110111100111010110110111010101011010110100010111001011010001010111011 | e5a2bbceb6eab5a2e5a2bb |
UHC | 墻ζ굢墻 | 1110110111011111101001011110011010000010100010011110110111011111 | eddfa5e68289eddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)