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 | 11101100100010001010010111100111100000001001111101001111 | ec88a5e7809f4f |
SJIS-WIN | ??¥???O | 0011111100111111100000011000111100111111001111110011111101001111 | 3f3f818f3f3f3f4f |
EUC-JP | ì??ç??O | 1000111110101011110000000011111100111111100011111010101110101110001111110011111101001111 | 8fabc03f3f8fabae3f3f4f |
UTF-8 | ì¥çO | 11000011101011001100001010001000110000101010010111000011101001111100001010000000110000101001111101001111 | c3acc288c2a5c3a7c280c29f4f |
UHC | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)