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Ó | 10010100010001001001110111010011 | 94449dd3 |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?Ó | 001111110100010000111111100011111010101011010001 | 3f443f8faad1 |
UTF-8 | DÓ | 11000010100101000100010011000010100111011100001110010011 | c29444c29dc393 |
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)