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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 怨?????? | 1000100110000101001111110011111100111111001111110011111100111111 | 89853f3f3f3f3f3f |
EUC-JP | 怨?????? | 1011000111100101001111110011111100111111001111110011111100111111 | b1e53f3f3f3f3f3f |
UTF-8 | 怨블렣뀜렰명렎 | 111001101000000010101000111010111011100010010100111010111010000010100011111010111000000010011100111010111010000010110000111010111010101010000101111010111010000010001110 | e680a8ebb894eba0a3eb809ceba0b0ebaa85eba08e |
UHC | 怨블렣뀜렰명렎 | 1110101010110011101110101110110110001110101101001011001011110001100011101011110110111000111011011000111010100100 | eab3baed8eb4b2f18ebdb8ed8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)