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 | 易??倚 | 100010001101010100111111001111111001100011011111 | 88d53f3f98df |
EUC-JP | 易??倚 | 101100001101011100111111001111111101000011100001 | b0d73f3fd0e1 |
UTF-8 | 易끸몺倚 | 111001101001100010010011111010111000000110111000111010111010101010111010111001011000000010011010 | e69893eb81b8ebaabae5809a |
UHC | 易끸몺倚 | 1110011010110110100001011110001010010001101000001110101111101111 | e6b685e291a0ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)