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 | èoè} | 1110100010011000100100110110111111101000100110001001001101111101 | e898936fe898937d |
SJIS-WIN | ???o???} | 0011111100111111001111110110111100111111001111110011111101111101 | 3f3f3f6f3f3f3f7d |
EUC-JP | è??oè??} | 100011111010101110110010001111110011111101101111100011111010101110110010001111110011111101111101 | 8fabb23f3f6f8fabb23f3f7d |
UTF-8 | èoè} | 1100001110101000110000101001100011000010100100110110111111000011101010001100001010011000110000101001001101111101 | c3a8c298c2936fc3a8c298c2937d |
UHC | ???o???} | 0011111100111111001111110110111100111111001111110011111101111101 | 3f3f3f6f3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)