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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 艇鋼BF | 100100101111100010001101011111000100001001000110 | 92f88d7c4246 |
EUC-JP | 艇鋼BF | 110001001111101010111001110111010100001001000110 | c4fab9dd4246 |
UTF-8 | 艇鋼BF | 1110100010001001100001111110100110001011101111000100001001000110 | e88987e98bbc4246 |
UHC | 艇鋼BF | 111011111111001111001011101111000100001001000110 | eff3cbbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)