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 | 毅?酊 | 1000101101000010001111111110011111000010 | 8b423fe7c2 |
EUC-JP | 毅?酊 | 1011010110100011001111111110111011000100 | b5a33feec4 |
UTF-8 | 毅렟酊 | 111001101010111110000101111010111010000010011111111010011000010110001010 | e6af85eba09fe9858a |
UHC | 毅렟酊 | 111010111111011010001110101100001110111111111000 | ebf68eb0eff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)