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 | í£Yí° | 11101101100110001010001101011001111011011001100010110000 | ed98a359ed98b0 |
SJIS-WIN | ??£Y??° | 001111110011111110000001100100100101100100111111001111111000000110001011 | 3f3f8192593f3f818b |
EUC-JP | í?£Yí?° | 10001111101010111011111100111111101000011111001001011001100011111010101110111111001111111010000111101011 | 8fabbf3fa1f2598fabbf3fa1eb |
UTF-8 | í£Yí° | 11000011101011011100001010011000110000101010001101011001110000111010110111000010100110001100001010110000 | c3adc298c2a359c3adc298c2b0 |
UHC | ???Y??° | 0011111100111111001111110101100100111111001111111010000111000110 | 3f3f3f593f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)