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 | ùèý¢ü² | 111110011110100011111101101000101111110010110010 | f9e8fda2fcb2 |
SJIS-WIN | ???¢?? | 00111111001111110011111110000001100100010011111100111111 | 3f3f3f81913f3f |
EUC-JP | ùèý¢ü? | 100011111010101111100011100011111010101110110010100011111010101111110010101000011111000110001111101010111110010000111111 | 8fabe38fabb28fabf2a1f18fabe43f |
UTF-8 | ùèý¢ü² | 110000111011100111000011101010001100001110111101110000101010001011000011101111001100001010110010 | c3b9c3a8c3bdc2a2c3bcc2b2 |
UHC | ?????² | 00111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)