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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豚?ⅹ? | 100100111101100000111111111110100100100100111111 | 93d83ffa493f |
EUC-JP | 豚??? | 1100011011011010001111110011111100111111 | c6da3f3f3f |
UTF-8 | 豚ㅷⅹ궤 | 111010001011000110011010111000111000010110110111111000101000010110111001111010101011011010100100 | e8b19ae385b7e285b9eab6a4 |
UHC | 豚ㅷⅹ궤 | 1101010011001010101001001110011110100101101010101011000111001011 | d4caa4e7a5aab1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)