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 | 墻ζ?帳 | 10011010110101001000001111000100001111111001001010100000 | 9ad483c43f92a0 |
EUC-JP | 墻ζ?帳 | 11010100110101101010011011000110001111111100010010100010 | d4d6a6c63fc4a2 |
UTF-8 | 墻ζ굢帳 | 1110010110100010101110111100111010110110111010101011010110100010111001011011100010110011 | e5a2bbceb6eab5a2e5b8b3 |
UHC | 墻ζ굢帳 | 1110110111011111101001011110011010000010100010011110110111100011 | eddfa5e68289ede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)