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 | 竺[竺[^ | 1111000010101111100011101011000101011011111100001010111110001110101100010101101101011110 | f0af8eb15bf0af8eb15b5e |
EUC-JP | ?竺[?竺[^ | 001111111011110010110011010110110011111110111100101100110101101101011110 | 3fbcb35b3fbcb35b5e |
UTF-8 | 竺[竺[^ | 111011101000000110101110111001111010101110111010010110111110111010000001101011101110011110101011101110100101101101011110 | ee81aee7abba5bee81aee7abba5b5e |
UHC | ?竺[?竺[^ | 001111111111010111100111010110110011111111110101111001110101101101011110 | 3ff5e75b3ff5e75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)