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 | »óìªY\ | 10001111101110111111001111101100101010100101100101011100 | 8fbbf3ecaa595c |
SJIS-WIN | ?????Y\ | 00111111001111110011111100111111001111110101100101011100 | 3f3f3f3f3f595c |
EUC-JP | ??óìªY\ | 00111111001111111000111110101011110100011000111110101011110000001000111110100010111011000101100101011100 | 3f3f8fabd18fabc08fa2ec595c |
UTF-8 | »óìªY\ | 110000101000111111000010101110111100001110110011110000111010110011000010101010100101100101011100 | c28fc2bbc3b3c3acc2aa595c |
UHC | ????ªY\ | 0011111100111111001111110011111110101000101000110101100101011100 | 3f3f3f3fa8a3595c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)