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 | 1110100110100110101011101110010110010101100101101110010110111011100011110100000001101000 | e9a6aee59596e5bb8f4068 |
EUC-JP | 鬥ョ蝠門サ宗h | 11110010101010001000111010101110111010011111010111001100111001111000111010111011101111011010000101101000 | f2a88eaee9f5cce78ebbbda168 |
UTF-8 | 鬥ョ蝠門サ宗h | 11101001101011001010010111101111101111011010111011101000100111011010000011101001100101101000000011101111101111011011101111100101101011101001011101101000 | e9aca5efbdaee89da0e99680efbdbbe5ae9768 |
UHC | ???門?宗h | 001111110011111100111111110110101010011000111111111100001111001101101000 | 3f3f3fdaa63ff0f368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)