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èZæ | 1110010001010100100010111110100010001010010110101110011010001000 | e4548be88a5ae688 |
SJIS-WIN | ?T???Z?? | 0011111101010100001111110011111100111111010110100011111100111111 | 3f543f3f3f5a3f3f |
EUC-JP | äT?è?Zæ? | 1000111110101011101000110101010000111111100011111010101110110010001111110101101010001111101010011100000100111111 | 8faba3543f8fabb23f5a8fa9c13f |
UTF-8 | äTèZæ | 1100001110100100010101001100001010001011110000111010100011000010100010100101101011000011101001101100001010001000 | c3a454c28bc3a8c28a5ac3a6c288 |
UHC | ?T???Zæ? | 001111110101010000111111001111110011111101011010101010011010000100111111 | 3f543f3f3f5aa9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)