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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?液? | 00111111100010010111010000111111 | 3f89743f |
EUC-JP | ?液? | 00111111101100011101010100111111 | 3fb1d53f |
UTF-8 | 뤝液㉥ | 111010111010010010011101111001101011011010110010111000111000100110100101 | eba49de6b6b2e389a5 |
UHC | 뤝液㉥ | 100011111100110011100100111110111010100010110110 | 8fcce4fba8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)