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 | 倚??? | 1001100011011111001111110011111100111111 | 98df3f3f3f |
EUC-JP | 倚??? | 1101000011100001001111110011111100111111 | d0e13f3f3f |
UTF-8 | 倚멱벖蓮 | 111001011000000010011010111010111010100110110001111010111011001010010110111011111010011010011001 | e5809aeba9b1ebb296efa699 |
UHC | 倚멱벖蓮 | 1110101111101111101110001110100010010011101101001110011011100101 | ebefb8e893b4e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)