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 | 兆?θ | 1001001010011011001111111000001111000110 | 929b3f83c6 |
EUC-JP | 兆?θ | 1100001111111011001111111010011011001000 | c3fb3fa6c8 |
UTF-8 | 兆블θ | 1110010110000101100001101110101110111000100101001100111010111000 | e58586ebb894ceb8 |
UHC | 兆블θ | 111100001011110010111010111011011010010111101000 | f0bcbaeda5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)