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 | 閻エ閧エ陝ケ | 111010001000010110110100111010001000001010110100111010001001111110111001 | e885b4e882b4e89fb9 |
EUC-JP | 閻エ閧エ陝ケ | 111011111110010110001110101101001110111111100010100011101011010011110000101000011000111010111001 | efe58eb4efe28eb4f0a18eb9 |
UTF-8 | 閻エ閧エ陝ケ | 111010011001011010111011111011111011110110110100111010011001011010100111111011111011110110110100111010011001100110011101111011111011110110111001 | e996bbefbdb4e996a7efbdb4e9999defbdb9 |
UHC | 閻???陝? | 1110011110100010001111110011111100111111111000001110110100111111 | e7a23f3f3fe0ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)