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 | 鄂榊ソ徂 | 11100111101111011000110111100101101111111001110001101000 | e7bd8de5bf9c68 |
EUC-JP | 鄂榊ソ徂 | 1110111010111111101110101110011110001110101111111101011111001001 | eebfbae78ebfd7c9 |
UTF-8 | 鄂榊ソ徂 | 111010011000010010000010111001101010011010001010111011111011110110111111111001011011111010000010 | e98482e6a68aefbdbfe5be82 |
UHC | 鄂??? | 1110010011000111001111110011111100111111 | e4c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)