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 | ?????BB | 00111111001111110011111100111111001111110100001001000010 | 3f3f3f3f3f4242 |
SJIS-WIN | 豢ゥ驫鷹嚥BB | 1110011010110100101010011110100110001010100100011110100110011010100010110100001001000010 | e6b4a9e98a91e99a8b4242 |
EUC-JP | 豢ゥ驫鷹嚥BB | 111011001011011010001110101010011111000111101010110000101110101111010011111010110100001001000010 | ecb68ea9f1eac2ebd3eb4242 |
UTF-8 | 豢ゥ驫鷹嚥BB | 1110100010110001101000101110111110111101101010011110100110101001101010111110100110110111101110011110010110011010101001010100001001000010 | e8b1a2efbda9e9a9abe9b7b9e59aa54242 |
UHC | ???鷹嚥BB | 001111110011111100111111111010111110110111100110101111110100001001000010 | 3f3f3febede6bf4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)