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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????瀯 | 001111110011111100111111001111110011111100111111100011111100100110110010 | 3f3f3f3f3f3f8fc9b2 |
UTF-8 | 狀뀌렊렰뤊쓺瀯 | 111011111010011110111010111010111000000010001100111010111010000010001010111010111010000010110000111010111010010010001010111011001001001110111010111001111000000010101111 | efa7baeb808ceba08aeba0b0eba48aec93bae780af |
UHC | 狀뀌렊렰뤊쓺瀯 | 1110110111101110101100101110111010001110101000011000111010111101100011111011101010111110101101101110011110111011 | edeeb2ee8ea18ebd8fbabeb6e7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)