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à| | 100100111011110110011101011011111110000001111100 | 93bd9d6fe07c |
SJIS-WIN | ???o?| | 001111110011111100111111011011110011111101111100 | 3f3f3f6f3f7c |
EUC-JP | ???oà| | 0011111100111111001111110110111110001111101010111010001001111100 | 3f3f3f6f8faba27c |
UTF-8 | ½oà| | 11000010100100111100001010111101110000101001110101101111110000111010000001111100 | c293c2bdc29d6fc3a07c |
UHC | ?½?o?| | 00111111101010001111011000111111011011110011111101111100 | 3fa8f63f6f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)