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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 靷?靷?B | 100011111110011110111101001111111000111111100111101111010011111101000010 | 8fe7bd3f8fe7bd3f42 |
UTF-8 | 靷괜靷괜B | 11101001100111011011011111101010101101001001110011101001100111011011011111101010101101001001110001000010 | e99db7eab49ce99db7eab49c42 |
UHC | 靷괜靷괜B | 111011001110011010110001101001101110110011100110101100011010011001000010 | ece6b1a6ece6b1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)