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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豸悟牒蜥、 | 111001101011011010001100111001011001001010101011111001011001001010100100 | e6b68ce592abe592a4 |
EUC-JP | 豸悟牒蜥、 | 11101100101110001011100011100111110001001010110111101001111100101000111010100100 | ecb8b8e7c4ade9f28ea4 |
UTF-8 | 豸悟牒蜥、 | 111010001011000110111000111001101000001010011111111001111000100110010010111010001001110010100101111011111011110110100100 | e8b1b8e6829fe78992e89ca5efbda4 |
UHC | ?悟牒?? | 00111111111001111111011011110100111000000011111100111111 | 3fe7f6f4e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)