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 | 謐ィ雖画イサ | 111001101000110110101000111001011010101110001001111001101011001010111011 | e68da8e5ab89e6b2bb |
EUC-JP | 謐ィ雖画イサ | 111010111110110110001110101010001110101010101101101100101110100010001110101100101000111010111011 | ebed8ea8eaadb2e88eb28ebb |
UTF-8 | 謐ィ雖画イサ | 111010001010110010010000111011111011110110101000111010011001101110010110111001111001010010111011111011111011110110110010111011111011110110111011 | e8ac90efbda8e99b96e794bbefbdb2efbdbb |
UHC | 謐?雖??? | 1101101011001101001111111110001011001100001111110011111100111111 | dacd3fe2cc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)