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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 氈???愈 | 10011111100000010011111100111111001111111001011011111010 | 9f813f3f3f96fa |
EUC-JP | 氈???愈 | 11011101111000010011111100111111001111111100110011111100 | dde13f3f3fccfc |
UTF-8 | 氈펨렭렕愈 | 111001101011000010001000111011011000111010101000111010111010000010101101111010111010000010010101111001101000010010001000 | e6b088ed8ea8eba0adeba095e68488 |
UHC | 氈펨렭렕愈 | 11101110111111011100011011101000100011101011101010001110101010101110101011101111 | eefdc6e88eba8eaaeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)