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 | 歔屆莎 | 100111110110000010011011100111001110010010110011 | 9f609b9ce4b3 |
EUC-JP | 歔屆莎 | 110111011100000111010101111111001110100010110101 | ddc1d5fce8b5 |
UTF-8 | 歔屆莎 | 111001101010110110010100111001011011000110000110111010001000111010001110 | e6ad94e5b186e88e8e |
UHC | ?屆莎 | 0011111111001100111110101101111011101101 | 3fccfadeed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)