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 | 稔肢Τ | 100101101010101110001110100010001000001110110001 | 96ab8e8883b1 |
EUC-JP | 稔肢Τ | 110011001010110110111011111010001010011010110011 | ccadbbe8a6b3 |
UTF-8 | 稔肢Τ | 1110011110101000100101001110100010000010101000101100111010100100 | e7a894e882a2cea4 |
UHC | 稔肢Τ | 111011001111100111110010101101101010010111010011 | ecf9f2b6a5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)