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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 樗?頂耕?? | 100100101001010000111111100100101011100010001101011010110011111100111111 | 92943f92b88d6b3f3f |
EUC-JP | 樗?頂耕?? | 110000111111010000111111110001001011101010111001110011000011111100111111 | c3f43fc4bab9cc3f3f |
UTF-8 | 樗렞頂耕렢렒 | 111001101010100010010111111010111010000010011110111010011010000010000010111010001000000010010101111010111010000010100010111010111010000010010010 | e6a897eba09ee9a082e88095eba0a2eba092 |
UHC | 樗렞頂耕렢렒 | 111011101100000010001110101011111111000010100010110011001110100110001110101100111000111010100111 | eec08eaff0a2cce98eb38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)