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 | ÜÚßÈ°Å | 110111001101101011011111110010001011000011000101 | dcdadfc8b0c5 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | ÜÚßÈ°Å | 1000111110101010111001001000111110101010111000101000111110101001110011101000111110101010101100101010000111101011100011111010101010101001 | 8faae48faae28fa9ce8faab2a1eb8faaa9 |
UTF-8 | ÜÚßÈ°Å | 110000111001110011000011100110101100001110011111110000111000100011000010101100001100001110000101 | c39cc39ac39fc388c2b0c385 |
UHC | ??ß?°? | 0011111100111111101010011010110000111111101000011100011000111111 | 3f3fa9ac3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)