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 | 盖鈔毬 | 111000011011001111100111111000101001111101111011 | e1b3e7e29f7b |
EUC-JP | 盖鈔毬 | 111000101011010111101110111001001101110111011100 | e2b5eee4dddc |
UTF-8 | 盖鈔毬 | 111001111001101110010110111010011000100010010100111001101010111110101100 | e79b96e98894e6afac |
UHC | 盖?毬 | 1100101111001100001111111100111110110011 | cbcc3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)