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 | 100110110101001011100010111011011001101101010010100110100101100101000010 | 9b52e2ed9b529a5942 |
EUC-JP | 娚粹娚唳B | 110101011011001111100100111011111101010110110011110100111011101001000010 | d5b3e4efd5b3d3ba42 |
UTF-8 | 娚粹娚唳B | 11100101101010001001101011100111101100101011100111100101101010001001101011100101100101001011001101000010 | e5a89ae7b2b9e5a89ae594b342 |
UHC | ?粹??B | 001111111110001010110110001111110011111101000010 | 3fe2b63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)