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 | èãâ^ | 11101000100111101000001011100011100000101000101111100010100101001001000001011110 | e89e82e3828be294905e |
SJIS-WIN | ?????????^ | 00111111001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f3f5e |
EUC-JP | è??ã??â??^ | 10001111101010111011001000111111001111111000111110101011101010100011111100111111100011111010101110100100001111110011111101011110 | 8fabb23f3f8fabaa3f3f8faba43f3f5e |
UTF-8 | èãâ^ | 11000011101010001100001010011110110000101000001011000011101000111100001010000010110000101000101111000011101000101100001010010100110000101001000001011110 | c3a8c29ec282c3a3c282c28bc3a2c294c2905e |
UHC | ?????????^ | 00111111001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)