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èí | 1001101001000000111010100101010011101000111011011001110010000001 | 9a40ea54e8ed9c81 |
SJIS-WIN | ?@?T???? | 0011111101000000001111110101010000111111001111110011111100111111 | 3f403f543f3f3f3f |
EUC-JP | ?@êTèí?? | 0011111101000000100011111010101110110100010101001000111110101011101100101000111110101011101111110011111100111111 | 3f408fabb4548fabb28fabbf3f3f |
UTF-8 | @êTèí | 1100001010011010010000001100001110101010010101001100001110101000110000111010110111000010100111001100001010000001 | c29a40c3aa54c3a8c3adc29cc281 |
UHC | ?@?T???? | 0011111101000000001111110101010000111111001111110011111100111111 | 3f403f543f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)