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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 塋??饒??F | 100110101100100000111111001111111110100101100000001111110011111101000110 | 9ac83f3fe9603f3f46 |
EUC-JP | 塋??饒??F | 110101001100101000111111001111111111000111000001001111110011111101000110 | d4ca3f3ff1c13f3f46 |
UTF-8 | 塋뉛슐饒뽳슴F | 11100101101000011000101111101011100010011001101111101100100010101001000011101001101001011001001011101011101111011011001111101100100010101011010001000110 | e5a18beb899bec8a90e9a592ebbdb3ec8ab446 |
UHC | 塋뉛슐饒뽳슴F | 11100111101010111000011111101111101111011011011011101001101011101001011011101111101111011011111101000110 | e7ab87efbdb6e9ae96efbdbf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)