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 | ???\^ | 0011111100111111001111110101110001011110 | 3f3f3f5c5e |
SJIS-WIN | 咤穩鱆\^ | 1001101001000010111000100111001011101001111000010101110001011110 | 9a42e272e9e15c5e |
EUC-JP | 咤穩鱆\^ | 1101001110100011111000111101001111110010111000110101110001011110 | d3a3e3d3f2e35c5e |
UTF-8 | 咤穩鱆\^ | 1110010110010010101001001110011110101001101010011110100110110001100001100101110001011110 | e592a4e7a9a9e9b1865c5e |
UHC | 咤穩?\^ | 11110110111000111110100010110001001111110101110001011110 | f6e3e8b13f5c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)