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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謐ィ蠑城抬 | 111001101000110110101000111001011011110010001111111010011001110110101011 | e68da8e5bc8fe99dab |
EUC-JP | 謐ィ蠑城抬 | 11101011111011011000111010101000111010101011111010111110111010111101101010101101 | ebed8ea8eabebeebdaad |
UTF-8 | 謐ィ蠑城抬 | 111010001010110010010000111011111011110110101000111010001010000010010001111001011001111110001110111001101000101010101100 | e8ac90efbda8e8a091e59f8ee68aac |
UHC | 謐??城? | 11011010110011010011111100111111111000001111001000111111 | dacd3f3fe0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)