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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 易э?鼇??B | 10001000110101011000010010001111001111111110101010000111001111110011111101000010 | 88d5848f3fea873f3f42 |
EUC-JP | 易э?鼇??B | 10110000110101111010011111101111001111111111001111100111001111110011111101000010 | b0d7a7ef3ff3e73f3f42 |
UTF-8 | 易э슬鼇믭슝B | 111001101001100010010011110100011000110111101100100010101010110011101001101111001000011111101011101011111010110111101100100010101001110101000010 | e69893d18dec8aace9bc87ebafadec8a9d42 |
UHC | 易э슬鼇믭슝B | 11100110101101101010110011101111101111011011110111101000101010001001001011101111101111011011100101000010 | e6b6acefbdbde8a892efbdb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)