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 | 撓ζ?昻 | 10011101100110101000001111000100001111111111101011010000 | 9d9a83c43ffad0 |
EUC-JP | 撓ζ?? | 110110011111101010100110110001100011111100111111 | d9faa6c63f3f |
UTF-8 | 撓ζ퍜昻 | 1110011010010010100100111100111010110110111011011000110110011100111001101001100010111011 | e69293ceb6ed8d9ce698bb |
UHC | 撓ζ퍜昻 | 1110100011110101101001011110011010111011100100111110010011101001 | e8f5a5e6bb93e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)