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 | 룵íà | 1110101110100011101101011110110110000000100110111100001110011111 | eba3b5ed809bc39f |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ë£?í??Ã? | 100011111010101110110011101000011111001000111111100011111010101110111111001111110011111110001111101010101010101000111111 | 8fabb3a1f23f8fabbf3f3f8faaaa3f |
UTF-8 | 룵íà | 11000011101010111100001010100011110000101011010111000011101011011100001010000000110000101001101111000011100000111100001010011111 | c3abc2a3c2b5c3adc280c29bc383c29f |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)