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 | ú¤±¾ | 11111010101001001011000110111110 | faa4b1be |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ú¤±? | 100011111010101111100010100011111010001011110000101000011101111000111111 | 8fabe28fa2f0a1de3f |
UTF-8 | ú¤±¾ | 1100001110111010110000101010010011000010101100011100001010111110 | c3bac2a4c2b1c2be |
UHC | ?¤±¾ | 00111111101000101011010010100001101111101010100011111010 | 3fa2b4a1bea8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)