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 | ±× | 100011111011000111010111 | 8fb1d7 |
SJIS-WIN | ?±× | 0011111110000001011111011000000101111110 | 3f817d817e |
EUC-JP | ?±× | 0011111110100001110111101010000111011111 | 3fa1dea1df |
UTF-8 | ±× | 110000101000111111000010101100011100001110010111 | c28fc2b1c397 |
UHC | ?±× | 0011111110100001101111101010000110111111 | 3fa1bea1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)