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 | 10001011010110110011111100111111001111110011111101000010 | 8b5b3f3f3f3f42 |
EUC-JP | 擬????B | 10110101101111000011111100111111001111110011111101000010 | b5bc3f3f3f3f42 |
UTF-8 | 擬띹뱴溜뾄B | 11100110100100111010110011101011100111011011100111101011101100011011010011101111101001111000101111101011101111101000010001000010 | e693aceb9db9ebb1b4efa78bebbe8442 |
UHC | 擬띹뱴溜뾄B | 1110101111110100100011011110100010010011100110101110101011111110100101110100001001000010 | ebf48de8939aeafe974242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)