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 | ??]F | 00111111001111110101110101000110 | 3f3f5d46 |
SJIS-WIN | 辿叩]F | 100100100100100010010010010000000101110101000110 | 924892405d46 |
EUC-JP | 辿叩]F | 110000111010100111000011101000010101110101000110 | c3a9c3a15d46 |
UTF-8 | 辿叩]F | 1110100010111110101111111110010110001111101010010101110101000110 | e8bebfe58fa95d46 |
UHC | ?叩]F | 0011111111001101101100000101110101000110 | 3fcdb05d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)