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 | 貎∝ク稀 | 11100110101111011000000111100101101110001000101101001000 | e6bd81e5b88b48 |
EUC-JP | 貎∝ク稀 | 1110110010111111101000101110011110001110101110001011010110101001 | ecbfa2e78eb8b5a9 |
UTF-8 | 貎∝ク稀 | 111010001011001010001110111000101000100010011101111011111011110110111000111001111010100010000000 | e8b28ee2889defbdb8e7a880 |
UHC | ?∝?稀 | 001111111010000111110000001111111111110111111100 | 3fa1f03ffdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)