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 | óûÐÕÙ¥^ | 11110011111110111101000011010101110110011010010101011110 | f3fbd0d5d9a55e |
SJIS-WIN | ?????¥^ | 0011111100111111001111110011111100111111100000011000111101011110 | 3f3f3f3f3f818f5e |
EUC-JP | óû?ÕÙ?^ | 100011111010101111010001100011111010101111100101001111111000111110101010110110001000111110101010111000110011111101011110 | 8fabd18fabe53f8faad88faae33f5e |
UTF-8 | óûÐÕÙ¥^ | 11000011101100111100001110111011110000111001000011000011100101011100001110011001110000101010010101011110 | c3b3c3bbc390c395c399c2a55e |
UHC | ??Ð???^ | 0011111100111111101010001010001000111111001111110011111101011110 | 3f3fa8a23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)