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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | ロ。イッt | 11011011101000011111001010111101101100101010111101110100 | dba1f2bdb2af74 |
EUC-JP | ロ。?イッt | 10001110110110111000111010100001001111111000111010110010100011101010111101110100 | 8edb8ea13f8eb28eaf74 |
UTF-8 | ロ。イッt | 11101111101111101001101111101111101111011010000111101110100001111011010011101111101111011011001011101111101111011010111101110100 | efbe9befbda1ee87b4efbdb2efbdaf74 |
UHC | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)