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 | 﨤倩伏讎録 | 11111011101100111001100011101000100101011001101011100110101001101001100001011110 | fbb398e8959ae6a6985e |
EUC-JP | ?倩伏讎録 | 001111111101000011101010110010011111101011101100101010001100111110111111 | 3fd0eac9faeca8cfbf |
UTF-8 | 﨤倩伏讎録 | 111011111010100010100100111001011000000010101001111001001011110010001111111010001010111010001110111010011000110010110010 | efa8a4e580a9e4bc8fe8ae8ee98cb2 |
UHC | ??伏?? | 001111110011111111011100110100010011111100111111 | 3f3fdcd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)