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 | 11101001100000001011011011100100101110011001111111100110100000111001001101000010 | e980b6e4b99fe6839342 |
EUC-JP | 騾カ荵滓ンB | 1111000111100000100011101011011011101000101110111101111011101000101001011111001101000010 | f1e08eb6e8bbdee8a5f342 |
UTF-8 | 騾カ荵滓ンB | 11101001101010001011111011101111101111011011011011101000100011011011010111100110101110111001001111100011100000111011001101000010 | e9a8beefbdb6e88db5e6bb93e383b342 |
UHC | ???滓ンB | 0011111100111111001111111110111010101011101010111111001101000010 | 3f3f3feeababf342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)