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 | 姙???? | 100110110100101100111111001111110011111100111111 | 9b4b3f3f3f3f |
EUC-JP | 姙?蔣?? | 1101010110101100001111111000111111011001101101100011111100111111 | d5ac3f8fd9b63f3f |
UTF-8 | 姙렔蔣렣林 | 111001011010011110011001111010111010000010010100111010001001010010100011111010111010000010100011111011111010011110110100 | e5a799eba094e894a3eba0a3efa7b4 |
UHC | 姙렔蔣렣林 | 11101100111101011000111010101001111011011111100010001110101101001110110011110111 | ecf58ea9edf88eb4ecf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)