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 | ???hk | 0011111100111111001111110110100001101011 | 3f3f3f686b |
SJIS-WIN | 脛ワ修hk | 1110001111111000100000111000111110001111010000110110100001101011 | e3f8838f8f43686b |
EUC-JP | 脛ワ修hk | 1110011011111010101001011110111110111101101001000110100001101011 | e6faa5efbda4686b |
UTF-8 | 脛ワ修hk | 1110100010000100100110111110001110000011101011111110010010111111101011100110100001101011 | e8849be383afe4bfae686b |
UHC | 脛ワ修hk | 1100110011101011101010111110111111100001111100110110100001101011 | ccebabefe1f3686b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)