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 | DÙ | 10011100010001001001001111011001 | 9c4493d9 |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?Ù | 001111110100010000111111100011111010101011100011 | 3f443f8faae3 |
UTF-8 | DÙ | 11000010100111000100010011000010100100111100001110011001 | c29c44c293c399 |
UHC | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)