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 | 筌?? | 11100010101000110011111100111111 | e2a33f3f |
EUC-JP | 筌?ŀ | 111001001010010100111111100011111010100111001001 | e4a53f8fa9c9 |
UTF-8 | 筌뤿ŀ | 1110011110101101100011001110101110100100101111111100010110000000 | e7ad8ceba4bfc580 |
UHC | 筌뤿ŀ | 111011111010011110001111111010111010100110101000 | efa78feba9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)