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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?互堪 | 0011111110001100110111011000101010101100 | 3f8cdd8aac |
EUC-JP | ?互堪 | 0011111110111000110111111011010010101110 | 3fb8dfb4ae |
UTF-8 | 뤓互堪 | 111010111010010010010011111001001011101010010010111001011010000010101010 | eba493e4ba92e5a0aa |
UHC | 뤓互堪 | 100011111100001111111011101110111100101011101101 | 8fc3fbbbcaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)