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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔主荻鐓 | 1110100001011100100011101110010110001001101011001110100001011101 | e85c8ee589ace85d |
EUC-JP | 鐔主荻鐓 | 1110111110111101101111001110011110110010101011101110111110111110 | efbdbce7b2aeefbe |
UTF-8 | 鐔主荻鐓 | 111010011001000010010100111001001011100010111011111010001000110110111011111010011001000010010011 | e99094e4b8bbe88dbbe99093 |
UHC | ?主荻? | 001111111111000110101011111011101110001000111111 | 3ff1abeee23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)