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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窈??有? | 11100010011101110011111100111111100101110100110000111111 | e2773f3f974c3f |
EUC-JP | 窈??有? | 11100011110110000011111100111111110011011010110100111111 | e3d83f3fcdad3f |
UTF-8 | 窈뚮㈃有쒏 | 111001111010101010001000111010111001101010101110111000111000100010000011111001101001110010001001111011001001001010001111 | e7aa88eb9aaee38883e69c89ec928f |
UHC | 窈뚮㈃有쒏 | 11101001101000011000110011101011101010011011010011101010111100111001110011100110 | e9a18ceba9b4eaf39ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)