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 | 1000100110110011001111110011111110001100010001010011111101110100 | 89b33f3f8c453f74 |
EUC-JP | 乙??窪?t | 1011001010110101001111110011111110110111101001100011111101110100 | b2b53f3fb7a63f74 |
UTF-8 | 乙재헬窪렱t | 11100100101110011001100111101100100111101010110011101101100101111010110011100111101010101010101011101011101000001011000101110100 | e4b999ec9eaced97ace7aaaaeba0b174 |
UHC | 乙재헬窪렱t | 1110101111100000110000001110011111000111111011111110100011000001100011101011111001110100 | ebe0c0e7c7efe8c18ebe74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)