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 | 100011111110001110001110111101100100001001000110 | 8fe38ef64246 |
EUC-JP | 上授BF | 101111101110010110111100111110000100001001000110 | bee5bcf84246 |
UTF-8 | 上授BF | 1110010010111000100010101110011010001110100010000100001001000110 | e4b88ae68e884246 |
UHC | 上授BF | 110111111011111011100010101000110100001001000110 | dfbee2a34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)