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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 但端h但 | 10010010010000011001001001011011011010001001001001000001 | 9241925b689241 |
EUC-JP | 但端h但 | 11000011101000101100001110111100011010001100001110100010 | c3a2c3bc68c3a2 |
UTF-8 | 但端h但 | 11100100101111011000011011100111101010111010111101101000111001001011110110000110 | e4bd86e7abaf68e4bd86 |
UHC | 但端h但 | 11010011101000111101001110101110011010001101001110100011 | d3a3d3ae68d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)