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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 瑤??易ч?h | 11101010101000100011111100111111100010001101010110000100100010010011111101101000 | eaa23f3f88d584893f68 |
EUC-JP | 瑤??易ч?h | 11110100101001000011111100111111101100001101011110100111111010010011111101101000 | f4a43f3fb0d7a7e93f68 |
UTF-8 | 瑤듣눎易ч뮈h | 111001111001000110100100111010111001001110100011111010111000100010001110111001101001100010010011110100011000011111101011101011101000100001101000 | e791a4eb93a3eb888ee69893d187ebae8868 |
UHC | 瑤듣눎易ч뮈h | 11101000111111011011010111101000100001111010101011100110101101101010110011101001101110011011111101101000 | e8fdb5e887aae6b6ace9b9bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)