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 | ±ºý | 10001111101100011011101011111101 | 8fb1bafd |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ?±ºý | 001111111010000111011110100011111010001011101011100011111010101111110010 | 3fa1de8fa2eb8fabf2 |
UTF-8 | ±ºý | 1100001010001111110000101011000111000010101110101100001110111101 | c28fc2b1c2bac3bd |
UHC | ?±º? | 001111111010000110111110101010001010110000111111 | 3fa1bea8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)