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 | OdOèú | 10010111010011110110010010010111010011111110100011111010 | 974f64974fe8fa |
SJIS-WIN | ?Od?O?? | 00111111010011110110010000111111010011110011111100111111 | 3f4f643f4f3f3f |
EUC-JP | ?Od?Oèú | 0011111101001111011001000011111101001111100011111010101110110010100011111010101111100010 | 3f4f643f4f8fabb28fabe2 |
UTF-8 | OdOèú | 1100001010010111010011110110010011000010100101110100111111000011101010001100001110111010 | c2974f64c2974fc3a8c3ba |
UHC | ?Od?O?? | 00111111010011110110010000111111010011110011111100111111 | 3f4f643f4f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)