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 | 終?α紙?? | 100011110100100100111111100000111011111110001110100001100011111100111111 | 8f493f83bf8e863f3f |
EUC-JP | 終?α紙?? | 101111011010101000111111101001101100000110111011111001100011111100111111 | bdaa3fa6c1bbe63f3f |
UTF-8 | 終븍α紙렔諪 | 1110011110110101100000101110101110111000100011011100111010110001111001111011010010011001111010111010000010010100111010001010101110101010 | e7b582ebb88dceb1e7b499eba094e8abaa |
UHC | 終븍α紙렔諪 | 111100001111101110111010111010111010010111100001111100101011010110001110101010011110111111110101 | f0fbbaeba5e1f2b58ea9eff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)