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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 箪炭~ | 1001001001011100100100100101100101111110 | 925c92597e |
EUC-JP | 箪炭~ | 1100001110111101110000111011101001111110 | c3bdc3ba7e |
UTF-8 | 箪炭~ | 11100111101011101010101011100111100000101010110101111110 | e7aeaae782ad7e |
UHC | ?炭~ | 00111111111101111010100101111110 | 3ff7a97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)