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 | 入瓏?? | 100100111111110011100000111110100011111100111111 | 93fce0fa3f3f |
EUC-JP | 入瓏?? | 110001101111111011100000111111000011111100111111 | c6fee0fc3f3f |
UTF-8 | 入瓏렡렕 | 111001011000010110100101111001111001001110001111111010111010000010100001111010111010000010010101 | e585a5e7938feba0a1eba095 |
UHC | 入瓏렡렕 | 1110110011111101110101101110101010001110101100101000111010101010 | ecfdd6ea8eb28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)