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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪但村棚揃 | 10010010010001001001001001000001100100011011101010010010010010011001000110110101 | 9244924191ba924991b5 |
EUC-JP | 奪但村棚揃 | 11000011101001011100001110100010110000101011110011000011101010101100001010110111 | c3a5c3a2c2bcc3aac2b7 |
UTF-8 | 奪但村棚揃 | 111001011010010110101010111001001011110110000110111001101001110110010001111001101010001110011010111001101000111110000011 | e5a5aae4bd86e69d91e6a39ae68f83 |
UHC | 奪但村棚? | 111101111010110011010011101000111111010110111101110111011101110000111111 | f7acd3a3f5bddddc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)