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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ア黨ア黠^ | 1111100110100111101100011110101001111101111110011010011110110001111010100111101101011110 | f9a7b1ea7df9a7b1ea7b5e |
EUC-JP | ?ア黨?ア黠^ | 0011111110001110101100011111001111011110001111111000111010110001111100111101110001011110 | 3f8eb1f3de3f8eb1f3dc5e |
UTF-8 | ア黨ア黠^ | 11101110100111001000001011101111101111011011000111101001101110111010100011101110100111001000001011101111101111011011000111101001101110111010000001011110 | ee9c82efbdb1e9bba8ee9c82efbdb1e9bba05e |
UHC | ??黨???^ | 0011111100111111110100111101101000111111001111110011111101011110 | 3f3fd3da3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)