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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 但端h但端 | 100100100100000110010010010110110110100010010010010000011001001001011011 | 9241925b689241925b |
EUC-JP | 但端h但端 | 110000111010001011000011101111000110100011000011101000101100001110111100 | c3a2c3bc68c3a2c3bc |
UTF-8 | 但端h但端 | 11100100101111011000011011100111101010111010111101101000111001001011110110000110111001111010101110101111 | e4bd86e7abaf68e4bd86e7abaf |
UHC | 但端h但端 | 110100111010001111010011101011100110100011010011101000111101001110101110 | d3a3d3ae68d3a3d3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)