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 | ë½¢[ë½¢[^ | 111010111011110110100010010110111110101110111101101000100101101101011110 | ebbda25bebbda25b5e |
SJIS-WIN | ??¢[??¢[^ | 0011111100111111100000011001000101011011001111110011111110000001100100010101101101011110 | 3f3f81915b3f3f81915b5e |
EUC-JP | ë?¢[ë?¢[^ | 100011111010101110110011001111111010000111110001010110111000111110101011101100110011111110100001111100010101101101011110 | 8fabb33fa1f15b8fabb33fa1f15b5e |
UTF-8 | ë½¢[ë½¢[^ | 110000111010101111000010101111011100001010100010010110111100001110101011110000101011110111000010101000100101101101011110 | c3abc2bdc2a25bc3abc2bdc2a25b5e |
UHC | ?½?[?½?[^ | 0011111110101000111101100011111101011011001111111010100011110110001111110101101101011110 | 3fa8f63f5b3fa8f63f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)