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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶝∞■郤 | 1001101111010001100000011000011110000001101000011110011110111010 | 9bd1818781a1e7ba |
EUC-JP | 嶝∞■郤 | 1101011011010011101000011110011110100010101000111110111010111100 | d6d3a1e7a2a3eebc |
UTF-8 | 嶝∞■郤 | 111001011011011010011101111000101000100010011110111000101001011010100000111010011000001110100100 | e5b69de2889ee296a0e983a4 |
UHC | 嶝∞■? | 11010100111100011010000111000100101000011110000100111111 | d4f1a1c4a1e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)