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 | 僥??詣 | 100110010100011000111111001111111000110001110111 | 99463f3f8c77 |
EUC-JP | 僥??詣 | 110100011010011100111111001111111011011111011000 | d1a73f3fb7d8 |
UTF-8 | 僥좂뮵詣 | 111001011000001110100101111011001010001010000010111010111010111010110101111010001010100110100011 | e583a5eca282ebaeb5e8a9a3 |
UHC | 僥좂뮵詣 | 1110100011101001101000001110011110010010101111011110011111100001 | e8e9a0e792bde7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)