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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鬣肴エオ髏・^ | 11101001101001011000110111100110101101001011010111101001100100001010010101011110 | e9a58de6b4b5e990a55e |
EUC-JP | 鬣肴エオ髏・^ | 11110010101001111011101011101000100011101011010010001110101101011111000111110000100011101010010101011110 | f2a7bae88eb48eb5f1f08ea55e |
UTF-8 | 鬣肴エオ髏・^ | 11101001101011001010001111101000100000101011010011101111101111011011010011101111101111011011010111101001101010111000111111101111101111011010010101011110 | e9aca3e882b4efbdb4efbdb5e9ab8fefbda55e |
UHC | ?肴????^ | 0011111111111101101000100011111100111111001111110011111101011110 | 3ffda23f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)