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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嗇眷嗇眷B | 100110101010010111100001110001011001101010100101111000011100010101000010 | 9aa5e1c59aa5e1c542 |
EUC-JP | 嗇眷嗇眷B | 110101001010011111100010110001111101010010100111111000101100011101000010 | d4a7e2c7d4a7e2c742 |
UTF-8 | 嗇眷嗇眷B | 11100101100101111000011111100111100111001011011111100101100101111000011111100111100111001011011101000010 | e59787e79cb7e59787e79cb742 |
UHC | 嗇眷嗇眷B | 110111111110000011001111111011111101111111100000110011111110111101000010 | dfe0cfefdfe0cfef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)