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 | òðÞé | 11110010111100001101111011101001 | f2f0dee9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | òðÞé | 100011111010101111010010100011111010100111000011100011111010100110110000100011111010101110110001 | 8fabd28fa9c38fa9b08fabb1 |
UTF-8 | òðÞé | 1100001110110010110000111011000011000011100111101100001110101001 | c3b2c3b0c39ec3a9 |
UHC | ?ðÞ? | 001111111010100110100011101010001010110100111111 | 3fa9a3a8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)