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 | ý±§® | 11111101101100011010011110101110 | fdb1a7ae |
SJIS-WIN | ?±§? | 001111111000000101111101100000011001100000111111 | 3f817d81983f |
EUC-JP | ý±§® | 10001111101010111111001010100001110111101010000111111000100011111010001011101110 | 8fabf2a1dea1f88fa2ee |
UTF-8 | ý±§® | 1100001110111101110000101011000111000010101001111100001010101110 | c3bdc2b1c2a7c2ae |
UHC | ?±§® | 00111111101000011011111010100001110101111010001011100111 | 3fa1bea1d7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)