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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 﨑ワ鯱粹ゥ^ | 1111101010110001110111001110100111001101111000101110110111110101100011101010100101011110 | fab1dce9cde2edf58ea95e |
EUC-JP | ?ワ鯱粹?ゥ^ | 0011111110001110110111001111001011001111111001001110111100111111100011101010100101011110 | 3f8edcf2cfe4ef3f8ea95e |
UTF-8 | 﨑ワ鯱粹ゥ^ | 11101111101010001001000111101111101111101001110011101001101011111011000111100111101100101011100111101110100011111011100111101111101111011010100101011110 | efa891efbe9ce9afb1e7b2b9ee8fb9efbda95e |
UHC | ???粹??^ | 0011111100111111001111111110001010110110001111110011111101011110 | 3f3f3fe2b63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)