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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貍℃浴 | 111001101011110010000001100011101001011110000001 | e6bc818e9781 |
EUC-JP | 貍℃浴 | 111011001011111010100001111011101100110111100001 | ecbea1eecde1 |
UTF-8 | 貍℃浴 | 111010001011001010001101111000101000010010000011111001101011010110110100 | e8b28de28483e6b5b4 |
UHC | ?℃浴 | 0011111110100001110010011110100110110001 | 3fa1c9e9b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)