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 | åÕè±ùë^ | 11100101110101011110100010110001111110011110101101011110 | e5d5e8b1f9eb5e |
SJIS-WIN | ???±??^ | 0011111100111111001111111000000101111101001111110011111101011110 | 3f3f3f817d3f3f5e |
EUC-JP | åÕè±ùë^ | 100011111010101110101001100011111010101011011000100011111010101110110010101000011101111010001111101010111110001110001111101010111011001101011110 | 8faba98faad88fabb2a1de8fabe38fabb35e |
UTF-8 | åÕè±ùë^ | 11000011101001011100001110010101110000111010100011000010101100011100001110111001110000111010101101011110 | c3a5c395c3a8c2b1c3b9c3ab5e |
UHC | ???±??^ | 0011111100111111001111111010000110111110001111110011111101011110 | 3f3f3fa1be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)