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^oD^} | 1001001001000100010111100110111110010010010001000101111001111101 | 92445e6f92445e7d |
SJIS-WIN | ?D^o?D^} | 0011111101000100010111100110111100111111010001000101111001111101 | 3f445e6f3f445e7d |
EUC-JP | ?D^o?D^} | 0011111101000100010111100110111100111111010001000101111001111101 | 3f445e6f3f445e7d |
UTF-8 | D^oD^} | 11000010100100100100010001011110011011111100001010010010010001000101111001111101 | c292445e6fc292445e7d |
UHC | ?D^o?D^} | 0011111101000100010111100110111100111111010001000101111001111101 | 3f445e6f3f445e7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)