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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ榲佚ュティ | 110000111001111011000011100110001100001110101101110000111000001101000010 | c39ec398c3adc38342 |
EUC-JP | テ榲佚ュティ | 100011101100001111011100110001011101000011000101100011101010110110001110110000111010010110100011 | 8ec3dcc5d0c58ead8ec3a5a3 |
UTF-8 | テ榲佚ュティ | 111011111011111010000011111001101010011010110010111001001011110110011010111011111011110110101101111011111011111010000011111000111000001010100011 | efbe83e6a6b2e4bd9aefbdadefbe83e382a3 |
UHC | ??佚??ィ | 0011111100111111111011001110101000111111001111111010101110100011 | 3f3fecea3f3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)