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^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 螳オD^ | 1110010110101110101101010100010001011110 | e5aeb5445e |
EUC-JP | 螳オD^ | 111010101011000010001110101101010100010001011110 | eab08eb5445e |
UTF-8 | 螳オD^ | 1110100010011110101100111110111110111101101101010100010001011110 | e89eb3efbdb5445e |
UHC | 螳?D^ | 1101001111011001001111110100010001011110 | d3d93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)