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 | éÈe\ | 11101001110010000110010101011100 | e9c8655c |
SJIS-WIN | ??e\ | 00111111001111110110010101011100 | 3f3f655c |
EUC-JP | éÈe\ | 1000111110101011101100011000111110101010101100100110010101011100 | 8fabb18faab2655c |
UTF-8 | éÈe\ | 110000111010100111000011100010000110010101011100 | c3a9c388655c |
UHC | ??e\ | 00111111001111110110010101011100 | 3f3f655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)