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 | ?x?? | 00111111011110000011111100111111 | 3f783f3f |
SJIS-WIN | 棚x脱鱈 | 10010010010010010111100010010010010001011001001001001100 | 9249789245924c |
EUC-JP | 棚x脱鱈 | 11000011101010100111100011000011101001101100001110101101 | c3aa78c3a6c3ad |
UTF-8 | 棚x脱鱈 | 11100110101000111001101001111000111010001000010010110001111010011011000110001000 | e6a39a78e884b1e9b188 |
UHC | 棚x?? | 1101110111011100011110000011111100111111 | dddc783f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)