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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 齊繃齊棚^ | 111010101000111011100011011111011110101010001110100100100100100101011110 | ea8ee37dea8e92495e |
EUC-JP | 齊繃齊棚^ | 111100111110111011100101110111101111001111101110110000111010101001011110 | f3eee5def3eec3aa5e |
UTF-8 | 齊繃齊棚^ | 11101001101111011000101011100111101110011000001111101001101111011000101011100110101000111001101001011110 | e9bd8ae7b983e9bd8ae6a39a5e |
UHC | 齊繃齊棚^ | 111100001011101011011101110111101111000010111010110111011101110001011110 | f0badddef0badddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)