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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 豐サ隴ス蠑宗h | 1110011010110010101110111110100010101101101111011110010110111100100011110100000001101000 | e6b2bbe8adbde5bc8f4068 |
EUC-JP | 豐サ隴ス蠑宗h | 11101100101101001000111010111011111100001010111110001110101111011110101010111110101111011010000101101000 | ecb48ebbf0af8ebdeabebda168 |
UTF-8 | 豐サ隴ス蠑宗h | 11101000101100011001000011101111101111011011101111101001100110101011010011101111101111011011110111101000101000001001000111100101101011101001011101101000 | e8b190efbdbbe99ab4efbdbde8a091e5ae9768 |
UHC | ?????宗h | 0011111100111111001111110011111100111111111100001111001101101000 | 3f3f3f3f3ff0f368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)