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 | 11101000100001101011101011100010100010001001111011100110100010111010110101000010 | e886bae2889ee68bad42 |
EUC-JP | 閹コ竏樊強B | 1110111111100110100011101011101011100011111010001101110011101000101101101010111101000010 | efe68ebae3e8dce8b6af42 |
UTF-8 | 閹コ竏樊強B | 11101001100101101011100111101111101111011011101011100111101010111000111111100110101010001000101011100101101111001011011101000010 | e996b9efbdbae7ab8fe6a88ae5bcb742 |
UHC | ???樊?B | 00111111001111110011111111011011111000000011111101000010 | 3f3f3fdbe03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)