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 | 軸 | 111100001010010110001110101100101111001010100110 | f0a58eb2f2a6 |
EUC-JP | ?軸? | 00111111101111001011010000111111 | 3fbcb43f |
UTF-8 | 軸 | 111011101000000110100100111010001011101110111000111011101000011110011101 | ee81a4e8bbb8ee879d |
UHC | ?軸? | 00111111111101011110111000111111 | 3ff5ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)