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?? | 0011111100111111010011110011111100111111 | 3f3f4f3f3f |
SJIS-WIN | 辷ィO迪ゥ | 11100111100010001010100001001111111001111000110010101001 | e788a84fe78ca9 |
EUC-JP | 辷ィO迪ゥ | 111011011110100010001110101010000100111111101101111011001000111010101001 | ede88ea84fedec8ea9 |
UTF-8 | 辷ィO迪ゥ | 11101000101111101011011111101111101111011010100001001111111010001011111110101010111011111011110110101001 | e8beb7efbda84fe8bfaaefbda9 |
UHC | ??O迪? | 001111110011111101001111111011101110100000111111 | 3f3f4feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)