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 | Ùõ°Ü | 11011001111101011011000011011100 | d9f5b0dc |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | Ùõ°Ü | 1000111110101010111000111000111110101011110110001010000111101011100011111010101011100100 | 8faae38fabd8a1eb8faae4 |
UTF-8 | Ùõ°Ü | 1100001110011001110000111011010111000010101100001100001110011100 | c399c3b5c2b0c39c |
UHC | ??°? | 0011111100111111101000011100011000111111 | 3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)