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 | 豚ㅷⅹ뤊 | 111010001011000110011010111000111000010110110111111000101000010110111001111010111010010010001010 | e8b19ae385b7e285b9eba48a |
UHC | 豚ㅷⅹ뤊 | 1101010011001010101001001110011110100101101010101000111110111010 | d4caa4e7a5aa8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)