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 | ðéÝÜ | 11110000111010011101110111011100 | f0e9dddc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ðéÝÜ | 100011111010100111000011100011111010101110110001100011111010101011110010100011111010101011100100 | 8fa9c38fabb18faaf28faae4 |
UTF-8 | ðéÝÜ | 1100001110110000110000111010100111000011100111011100001110011100 | c3b0c3a9c39dc39c |
UHC | ð??? | 1010100110100011001111110011111100111111 | a9a33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)