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 | 游ζ?諭 | 10011111111000001000001111000100001111111001011101000000 | 9fe083c43f9740 |
EUC-JP | 游ζ?諭 | 11011110111000101010011011000110001111111100110110100001 | dee2a6c63fcda1 |
UTF-8 | 游ζ뼭諭 | 1110011010111000101110001100111010110110111010111011110010101101111010001010101110101101 | e6b8b8ceb6ebbcade8abad |
UHC | 游ζ뼭諭 | 1110101011111101101001011110011010010110101100001110101110110001 | eafda5e696b0ebb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)