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 | ????盾 | 001111110011111100111111001111111000111110000010 | 3f3f3f3f8f82 |
EUC-JP | ????盾 | 001111110011111100111111001111111011110111100010 | 3f3f3f3fbde2 |
UTF-8 | 亐렰理렜盾 | 111001001011101010010000111010111010000010110000111011111010011110100100111010111010000010011100111001111001101110111110 | e4ba90eba0b0efa7a4eba09ce79bbe |
UHC | 亐렰理렜盾 | 11101010101001111000111010111101111011001011010110001110101011101110001011101010 | eaa78ebdecb58eaee2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)