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 | ホ邏ュ﨧 | 1111100110100011110011101110011110110100101011011111101111010011 | f9a3cee7b4adfbd3 |
EUC-JP | ?ホ邏ュ? | 0011111110001110110011101110111010110110100011101010110100111111 | 3f8eceeeb68ead3f |
UTF-8 | ホ邏ュ﨧 | 111011101001101110111110111011111011111010001110111010011000001010001111111011111011110110101101111011111010100010100111 | ee9bbeefbe8ee9828fefbdadefa8a7 |
UHC | ??邏?? | 001111110011111111010101101001000011111100111111 | 3f3fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)