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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 燉簧[燉簧[^ | 1110000010010111111000101100111001011011111000001001011111100010110011100101101101011110 | e097e2ce5be097e2ce5b5e |
EUC-JP | 燉簧[燉簧[^ | 1101111111110111111001001101000001011011110111111111011111100100110100000101101101011110 | dff7e4d05bdff7e4d05b5e |
UTF-8 | 燉簧[燉簧[^ | 111001111000011110001001111001111011000010100111010110111110011110000111100010011110011110110000101001110101101101011110 | e78789e7b0a75be78789e7b0a75b5e |
UHC | 燉簧[燉簧[^ | 1101010011001001111111001101011101011011110101001100100111111100110101110101101101011110 | d4c9fcd75bd4c9fcd75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)