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 | êù¶ | 1110101011111001100011101011011010001111 | eaf98eb68f |
SJIS-WIN | ???¶? | 001111110011111100111111100000011111011100111111 | 3f3f3f81f73f |
EUC-JP | êù?¶? | 10001111101010111011010010001111101010111110001100111111101000101111100100111111 | 8fabb48fabe33fa2f93f |
UTF-8 | êù¶ | 11000011101010101100001110111001110000101000111011000010101101101100001010001111 | c3aac3b9c28ec2b6c28f |
UHC | ???¶? | 001111110011111100111111101000101101001000111111 | 3f3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)