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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 野?? | 10010110111011000011111100111111 | 96ec3f3f |
EUC-JP | 野?? | 11001100111011100011111100111111 | ccee3f3f |
UTF-8 | 野믩씏 | 111010011000011110001110111010111010111110101001111011001001010010001111 | e9878eebafa9ec948f |
UHC | 野믩씏 | 111001011010111110010010111010111001110110100110 | e5af92eb9da6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)