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 | ùl}ùl{^ | 1001000011111001100100010110110001111101100100001111100110010001011011000111101101011110 | 90f9916c7d90f9916c7b5e |
SJIS-WIN | ???l}???l{^ | 0011111100111111001111110110110001111101001111110011111100111111011011000111101101011110 | 3f3f3f6c7d3f3f3f6c7b5e |
EUC-JP | ?ù?l}?ù?l{^ | 001111111000111110101011111000110011111101101100011111010011111110001111101010111110001100111111011011000111101101011110 | 3f8fabe33f6c7d3f8fabe33f6c7b5e |
UTF-8 | ùl}ùl{^ | 1100001010010000110000111011100111000010100100010110110001111101110000101001000011000011101110011100001010010001011011000111101101011110 | c290c3b9c2916c7dc290c3b9c2916c7b5e |
UHC | ???l}???l{^ | 0011111100111111001111110110110001111101001111110011111100111111011011000111101101011110 | 3f3f3f6c7d3f3f3f6c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)