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 | ?W??^ | 0011111101010111001111110011111101011110 | 3f573f3f5e |
SJIS-WIN | 但W但探^ | 1001001001000001010101111001001001000001100100100101010001011110 | 924157924192545e |
EUC-JP | 但W但探^ | 1100001110100010010101111100001110100010110000111011010101011110 | c3a257c3a2c3b55e |
UTF-8 | 但W但探^ | 1110010010111101100001100101011111100100101111011000011011100110100011101010001001011110 | e4bd8657e4bd86e68ea25e |
UHC | 但W但探^ | 1101001110100011010101111101001110100011111101111010111001011110 | d3a357d3a3f7ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)