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 | 蛾??檍 | 100010011110100100111111001111111001111011111000 | 89e93f3f9ef8 |
EUC-JP | 蛾??檍 | 101100101110101100111111001111111101110011111010 | b2eb3f3fdcfa |
UTF-8 | 蛾룋둦檍 | 111010001001101110111110111010111010001110001011111010111001000110100110111001101010101010001101 | e89bbeeba38beb91a6e6aa8d |
UHC | 蛾룋둦檍 | 1110010010110110100011111000101010001010010110101110010111100101 | e4b68f8a8a5ae5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)