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 | 塋??衍 | 100110101100100000111111001111111001111110100101 | 9ac83f3f9fa5 |
EUC-JP | 塋??衍 | 110101001100101000111111001111111101111010100111 | d4ca3f3fdea7 |
UTF-8 | 塋잍펵衍 | 111001011010000110001011111011001001111010001101111011011000111010110101111010001010000110001101 | e5a18bec9e8ded8eb5e8a18d |
UHC | 塋잍펵衍 | 1110011110101011100111111110011010111100100001101110011011100010 | e7ab9fe6bc86e6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)