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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿??淞?Р | 111000001010000000111111001111111001111111000010001111111000010001010001 | e0a03f3f9fc23f8451 |
EUC-JP | 燿??淞?Р | 111000001010001000111111001111111101111011000100001111111010011110110010 | e0a23f3fdec43fa7b2 |
UTF-8 | 燿먩쑒淞좈Р | 1110011110000111101111111110101110101000101010011110110010010001100100101110011010110111100111101110110010100010100010001101000010100000 | e787bfeba8a9ec9192e6b79eeca288d0a0 |
UHC | 燿먩쑒淞좈Р | 111010001111110010010000111001101001110010110001111000011110011110100000111010011010110010110010 | e8fc90e69cb1e1e7a0e9acb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)