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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 窈????М^ | 111000100111011100111111001111110011111100111111100001000100110101011110 | e2773f3f3f3f844d5e |
EUC-JP | 窈????М^ | 111000111101100000111111001111110011111100111111101001111010111001011110 | e3d83f3f3f3fa7ae5e |
UTF-8 | 窈띾봽流ㅻМ^ | 111001111010101010001000111010111001110110111110111010111011010010111101111011111010011110001010111000111000010110111011110100001001110001011110 | e7aa88eb9dbeebb4bdefa78ae385bbd09c5e |
UHC | 窈띾봽流ㅻМ^ | 11101001101000011000110111101011100101001000010011101010111111001010010011101011101011001010111001011110 | e9a18deb9484eafca4ebacae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)