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 | ï¨í\ | 11101111101010001000100111101101100010001000001001011100 | efa889ed88825c |
SJIS-WIN | ?¨????\ | 0011111110000001010011100011111100111111001111110011111101011100 | 3f814e3f3f3f3f5c |
EUC-JP | ï¨?í??\ | 100011111010101111000001101000011010111100111111100011111010101110111111001111110011111101011100 | 8fabc1a1af3f8fabbf3f3f5c |
UTF-8 | ï¨í\ | 11000011101011111100001010101000110000101000100111000011101011011100001010001000110000101000001001011100 | c3afc2a8c289c3adc288c2825c |
UHC | ?¨????\ | 0011111110100001101001110011111100111111001111110011111101011100 | 3fa1a73f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)