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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?弩揚? | 001111111001110001010111100101110110011100111111 | 3f9c5797673f |
EUC-JP | ?弩揚瘀 | 0011111111010111101110001100110111001000100011111100110111100011 | 3fd7b8cdc88fcde3 |
UTF-8 | 뤚弩揚瘀 | 111010111010010010011010111001011011110010101001111001101000111110011010111001111001100010000000 | eba49ae5bca9e68f9ae79880 |
UHC | 뤚弩揚瘀 | 1000111111001001110100101100000011100101110000001110010111011100 | 8fc9d2c0e5c0e5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)