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 | 隕イ逋ゥ螂膿 | 11101000101001101011001011100111100110011010100111100101101001011001010001011110 | e8a6b2e799a9e5a5945e |
EUC-JP | 隕イ逋ゥ螂膿 | 111100001010100010001110101100101110110111111001100011101010100111101010101001111100011110111111 | f0a88eb2edf98ea9eaa7c7bf |
UTF-8 | 隕イ逋ゥ螂膿 | 111010011001101010010101111011111011110110110010111010011000000010001011111011111011110110101001111010001001111010000010111010001000011010111111 | e99a95efbdb2e9808befbda9e89e82e886bf |
UHC | 隕?逋?螂膿 | 11101010101000100011111111111000111001110011111111010101110011001101001011011011 | eaa23ff8e73fd5ccd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)