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Ô | 10010001010001001001011111010100 | 914497d4 |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?Ô | 001111110100010000111111100011111010101011010100 | 3f443f8faad4 |
UTF-8 | DÔ | 11000010100100010100010011000010100101111100001110010100 | c29144c297c394 |
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)