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 | 簇??堯? | 11100010110001100011111100111111111010101001111100111111 | e2c63f3fea9f3f |
EUC-JP | 簇??堯? | 11100100110010000011111100111111111101001010000100111111 | e4c83f3ff4a13f |
UTF-8 | 簇펠땀堯렍 | 111001111011000010000111111011011000111010100000111010111001010110000000111001011010000010101111111010111010000010001101 | e7b087ed8ea0eb9580e5a0afeba08d |
UHC | 簇펠땀堯렍 | 11110000111010101100011011100111101101101010000111101000111010111000111010100011 | f0eac6e7b6a1e8eb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)