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 | 瀛??掖 | 111000000110100100111111001111111001110101110100 | e0693f3f9d74 |
EUC-JP | 瀛??掖 | 110111111100101000111111001111111101100111010101 | dfca3f3fd9d5 |
UTF-8 | 瀛뜌뢐掖 | 111001111000000010011011111010111001110010001100111010111010001010010000111001101000111010010110 | e7809beb9c8ceba290e68e96 |
UHC | 瀛뜌뢐掖 | 1110011110111010100011011000111110001111010010111110010011111010 | e7ba8d8f8f4be4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)