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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 閻エ閧エ陝ケF | 11101000100001011011010011101000100000101011010011101000100111111011100101000110 | e885b4e882b4e89fb946 |
EUC-JP | 閻エ閧エ陝ケF | 11101111111001011000111010110100111011111110001010001110101101001111000010100001100011101011100101000110 | efe58eb4efe28eb4f0a18eb946 |
UTF-8 | 閻エ閧エ陝ケF | 11101001100101101011101111101111101111011011010011101001100101101010011111101111101111011011010011101001100110011001110111101111101111011011100101000110 | e996bbefbdb4e996a7efbdb4e9999defbdb946 |
UHC | 閻???陝?F | 111001111010001000111111001111110011111111100000111011010011111101000110 | e7a23f3f3fe0ed3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)