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 | îó¢ê»\ | 11101110111100111010001011101010110000101011101101011100 | eef3a2eac2bb5c |
SJIS-WIN | ??¢???\ | 0011111100111111100000011001000100111111001111110011111101011100 | 3f3f81913f3f3f5c |
EUC-JP | îó¢êÂ?\ | 10001111101010111100001010001111101010111101000110100001111100011000111110101011101101001000111110101010101001000011111101011100 | 8fabc28fabd1a1f18fabb48faaa43f5c |
UTF-8 | îó¢ê»\ | 11000011101011101100001110110011110000101010001011000011101010101100001110000010110000101011101101011100 | c3aec3b3c2a2c3aac382c2bb5c |
UHC | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)