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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陲苓「苓B | 11101000101000101001011111101000101000101001011111101000111110011000111001000010 | e8a297e8a297e8f98e42 |
EUC-JP | 陲苓「苓?B | 11110000101001001100111011101010100011101010001011001110111010100011111101000010 | f0a4ceea8ea2ceea3f42 |
UTF-8 | 陲苓「苓B | 11101001100110011011001011101000100010111001001111101111101111011010001011101000100010111001001111101110100110111010100101000010 | e999b2e88b93efbda2e88b93ee9ba942 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)