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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ????艅\ | 0011111100111111001111110011111110001111110101101111110101011100 | 3f3f3f3f8fd6fd5c |
UTF-8 | 롔렲롃렰艅\ | 11101011101000011001010011101011101000001011001011101011101000011000001111101011101000001011000011101000100010011000010101011100 | eba194eba0b2eba183eba0b0e889855c |
UHC | 롔렲롃렰艅\ | 1000111011011000100011101011111110001110110010101000111010111101111001101010100101011100 | 8ed88ebf8eca8ebde6a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)