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 | 腫聯腫 | 100011101110111010010111111111001000111011101110 | 8eee97fc8eee |
EUC-JP | 腫聯腫 | 101111001111000011001110111111101011110011110000 | bcf0cefebcf0 |
UTF-8 | 腫聯腫 | 111010001000010110101011111010001000000110101111111010001000010110101011 | e885abe881afe885ab |
UHC | 腫聯腫 | 111100001111111011010110101001001111000011111110 | f0fed6a4f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)